Property this
this[int]
Indexer to get items within this collection using array index syntax.
Declaration
public ref T this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index | Zero-based index of the entry to access. |
Property Value
Type | Description |
---|---|
T | The indexed item. |