[]
Gets the item at the specified index.
T this[int index] { get; set; }
Default Property Item(index As Integer) As T
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the index of the item. |
Type | Description |
---|---|
T | The T item. |