[]
Gets the item at the specified index in the collection.
public T this[int index] { get; }
| 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. |