[]
Gets the item by its index in the list.
public T this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | index | The item index in the list. |
| Type | Description |
|---|---|
| T | An item by its index in the list. |