PostSharpAPI ReferencePost­Sharp.​ReflectionIMetadata­DispenserGet­Metadata
Open sandboxFocus

IMetadataDispenser.GetMetadata Method

GetMetadata(Int32)

Gets the reflection object corresponding to the given index.

Declaration
object GetMetadata(int index)
Parameters
Type Name Description
Int32 index

Index returned by GetMetadataIndex(Object) at build time.

Returns
Type Description
Object

The reflection object corresponding to index.