Property IList<T>.this
IList<T>.this[int]
Gets the item at the specified index.
Declaration
T IList<T>.this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Returns
Type | Description |
---|---|
T |
Implements
Exceptions
Type | Condition |
---|---|
NotSupportedException | The setter is not supported. |