[]
Gets the element at the specified index.
public override TItem this[int index] { get; }
Public Overrides ReadOnly Default Property Item(index As Integer) As TItem
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the element to get. |
| Type | Description |
|---|---|
| TItem | The element at specified index. |