ParameterToken Structure
The ParameterToken struct is an opaque representation of the token returned by the metadata to represent a parameter.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Token | Retrieves the metadata token for this parameter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Checks if the given object is an instance of ParameterToken and is equal to this instance.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(ParameterToken) | Indicates whether the current instance is equal to the specified ParameterToken. |
![]() | GetHashCode() | Generates the hash code for this parameter.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ParameterToken, ParameterToken) | Indicates whether two ParameterToken structures are equal. |
![]() ![]() | Inequality(ParameterToken, ParameterToken) | Indicates whether two ParameterToken structures are not equal. |
Available since 1.1
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




