ParameterToken Struct

Definition

The ParameterToken struct is an opaque representation of the token returned by the metadata to represent a parameter.

public value class ParameterToken
[System.Serializable]
public struct ParameterToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct ParameterToken
[<System.Serializable>]
type ParameterToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ParameterToken = struct
Public Structure ParameterToken
Inheritance
ParameterToken
Attributes

Fields

Empty

The default ParameterToken with Token value 0.

Properties

Token

Retrieves the metadata token for this parameter.

Methods

Equals(Object)

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

Equals(ParameterToken)

Indicates whether the current instance is equal to the specified ParameterToken.

GetHashCode()

Generates the hash code for this parameter.

Operators

Equality(ParameterToken, ParameterToken)

Indicates whether two ParameterToken structures are equal.

Inequality(ParameterToken, ParameterToken)

Indicates whether two ParameterToken structures are not equal.

Applies to