Property this
this[int]
Gets the element at the specified index in the read-only list.
Declaration
public T this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the element to get. |
Property Value
Type | Description |
---|---|
T | The element at the specified index in the read-only list. |