PropertyToken

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



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net