PropertyToken | serializable |
System.Reflection.Emit (mscorlib.dll) | struct |
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
}
Hierarchy
System.Object
System.ValueType
PropertyToken
Returned By
PropertyBuilder.PropertyToken
|