IMetadataDispenser.GetMetadata Method |
Gets the reflection object corresponding to the given index.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)

C#
Object GetMetadata( int index )
Parameters
- index
- Type: System.Int32
Index returned by GetMetadataIndex(Object) at build time.
Return Value
Type: ObjectThe reflection object corresponding to index.
