MethodMetadataCollection..::..Item Property

Gets the MethodMetadata at the specified index.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public MethodMetadata this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As MethodMetadata
	Get

Parameters

index
Type: Int32
The index.

Return Value

MethodMetadata.