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