Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ColumnMetadataCollection..::..Item Property

Gets the element at the specified index in the read-only list.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public ColumnMetadata this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ColumnMetadata
	Get
public:
property ColumnMetadata^ default[int^ index] {
	ColumnMetadata^ get (int^ index);
}

Parameters

index
Type: Int32
The zero-based index of the element to get.

Return Value

The element at the specified index in the read-only list.