ColumnMetadataCollection..::..Item Property
Gets the element at the specified index in the read-only list.
Namespace:
Tortuga.Chain.MetadataAssembly: 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.