ParameterToken Struct (System.Reflection.Emit) (original) (raw)
- Reference
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 ParameterToken with Token value 0. |
---|
Properties
Token | Retrieves the metadata token for this parameter. |
---|