System.Reflection.Emit.ParameterToken Members

The members of System.Reflection.Emit.ParameterToken are listed below.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
EmptyParameterToken.

The default ParameterToken with ParameterToken.Token value 0.

Public Properties

[read-only]
Tokenint.

Retrieves the metadata token for this parameter.

Public Methods

override
Equals(object) : bool

Checks if the given object is an instance of ParameterToken and is equal to this instance.

Equals(ParameterToken) : bool

Indicates whether the current instance is equal to the specified System.Reflection.Emit.ParameterToken.

override
GetHashCode() : int

Generates the hash code for this parameter.

Public Operators

static
Equality(ParameterToken, ParameterToken)

Indicates whether two System.Reflection.Emit.ParameterToken structures are equal.

static
Inequality(ParameterToken, ParameterToken)

Indicates whether two System.Reflection.Emit.ParameterToken structures are not equal.