PropertyMetadataCollection..::..Item Property

Gets the PropertyMetadata at the specified index.

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

Syntax


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

Parameters

index
Type: Int32
The index.

Return Value

PropertyMetadata.