[Serializable] |
Empty | The default SignatureToken with SignatureToken.Token value 0. |
Token | Read-only Retrieves the metadata token for the local variable signature for this method. |
Equals | Overridden: Checks if the given object is an instance of SignatureToken and is equal to this instance. |
GetHashCode | Overridden: Generates the hash code for this signature. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public static readonly SignatureToken Empty;
|
public int Token {get;}
|
obj
~SignatureToken(); |
public override int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |