GetMetadata(int)
Gets the reflection object corresponding to the given index.
Declaration
object GetMetadata(int index)Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Index returned by GetMetadataIndex(object) at build time. |
Returns
| Type | Description |
|---|---|
| object | The reflection object corresponding to |