public T this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As T
Get
Setabstract Item : 'T with get, set
override Item : 'T with get, set| ArgumentOutOfRangeException | index is not a valid index in the IListT. |
| NotSupportedException | The property is set and the IListT is read-only. |