[]
Gets the ITable with the specified name.
ITable this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITable
Gets the ITable at the specified index.
ITable this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITable
Type | Name | Description |
---|---|---|
int | index | The index. |