[Serializable] |
Empty | The default MethodToken with MethodToken.Token value 0. |
Token | Read-only Returns the metadata token for this method. |
Equals | Overridden: Tests whether the given object is equal to this MethodToken object. |
GetHashCode | Overridden: Returns the generated hash code for this method. |
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 MethodToken Empty;
|
public int Token {get;}
|
obj
~MethodToken(); |
public override int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |