[]
Gets or sets the T
at the specified index in the collection.
public T this[int index] { get; set; }
Public Default Property Item(index As Integer) As T
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the collection to access. |
Type | Description |
---|---|
T | A |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The index parameter is outside the valid range of indexes for the collection. |