13 internal int m_tkParameter;
17 public int Token => m_tkParameter;
21 m_tkParameter = tkParam;
35 public override bool Equals(
object obj)
50 return obj.m_tkParameter == m_tkParameter;
int Token
Retrieves the metadata token for this parameter.
static readonly ParameterToken Empty
The default ParameterToken with P:System.Reflection.Emit.ParameterToken.Token value 0.
override int GetHashCode()
Generates the hash code for this parameter.
bool Equals(ParameterToken obj)
Indicates whether the current instance is equal to the specified T:System.Reflection....
static bool operator !=(ParameterToken a, ParameterToken b)
Indicates whether two T:System.Reflection.Emit.ParameterToken structures are not equal.
override bool Equals(object obj)
Checks if the given object is an instance of ParameterToken and is equal to this instance.
Specifies that the class can be serialized.
static bool operator==(ParameterToken a, ParameterToken b)
Indicates whether two T:System.Reflection.Emit.ParameterToken structures are equal.
The ParameterToken struct is an opaque representation of the token returned by the metadata to repres...