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