12 internal int m_signature;
18 public int Token => m_signature;
23 m_moduleBuilder = mod;
37 public override bool Equals(
object obj)
52 return obj.m_signature == m_signature;
static bool operator==(SignatureToken a, SignatureToken b)
Indicates whether two T:System.Reflection.Emit.SignatureToken structures are equal.
bool Equals(SignatureToken obj)
Indicates whether the current instance is equal to the specified T:System.Reflection....
Defines and represents a module in a dynamic assembly.
static readonly SignatureToken Empty
The default SignatureToken with P:System.Reflection.Emit.SignatureToken.Token value 0.
override bool Equals(object obj)
Checks if the given object is an instance of SignatureToken and is equal to this instance.
static bool operator !=(SignatureToken a, SignatureToken b)
Indicates whether two T:System.Reflection.Emit.SignatureToken structures are not equal.
int Token
Retrieves the metadata token for the local variable signature for this method.
Represents the Token returned by the metadata to represent a signature.
override int GetHashCode()
Generates the hash code for this signature.