ParameterInfo.MetadataToken Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that identifies this parameter in metadata.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32A token which, in combination with the module, uniquely identifies this parameter in metadata.
To get the module, use the MemberInfo.Module property of the member that defines this parameter.
Show: