[This is preliminary documentation and is subject to change.]
Gets the member in the set with a particular index.
| C# |
public T this[ int index ] { get; }
- index (Int32)
- The index of the desired member.
The member with the supplied index.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied index is less
than 0 or equal to or greater than Count. |