Property this
this[int]
The element at a given index.
Declaration
public T this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index | An index into this list. |
Property Value
Type | Description |
---|---|
T | The value to store at the |
Implements
Exceptions
Type | Condition |
---|---|
IndexOutOfRangeException | Thrown if |