[]
Gets or sets the value of element at special index.
public T this[int index] { get; set; }
Public Default Property Item(index As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| T | A |
Note: The index is base on zero.