ParameterToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Empty |
The default |
Properties
Token |
Retrieves the metadata token for this parameter. |
Methods
Equals(Object) |
Checks if the given object is an instance of |
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. |