August 2003
Intermediate to advanced
928 pages
32h 1m
English
PropertyToken
This class represents the token for
a property. See
EventToken for more details on tokens.
public struct PropertyToken {
// Public Static Fields
public static readonly PropertyToken Empty;
// =System.Reflection.Emit.PropertyToken
// Public Instance Properties
public int Token{get; }
// Public Instance Methods
public override bool Equals(object obj);
// overrides ValueType
public override int GetHashCode( );
// overrides ValueType
}
System.Object
→
System.ValueType
→
PropertyToken
PropertyBuilder.PropertyToken