IMetadataDispenser.GetMetadata Method |
Gets the reflection object corresponding to the given index.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.6.14.0 (6.6.14.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.