ConstructorMetadataCollection..::..Item Property

Gets the ConstructorMetadata at the specified index.

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

Syntax


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

Parameters

index
Type: Int32
The index.

Return Value

ConstructorMetadata.