IMetadataEmitter.GetMetadataIndex Method |
Gets the index of a serialized metadata reference.
Namespace: PostSharp.ReflectionAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
int GetMetadataIndex( Object metadata )
Parameters
- metadata
- Type: System.Object
A reflection object.
Return Value
Type: Int32The index of metadata, to be serialized and deserialized at runtime with GetMetadata(Int32).
