[This is preliminary documentation and is subject to change.]
Gets the index of a particular member of the set.
| C# |
public int this[ T member ] { get; }
- member (T)
- The member that the index is wanted for.
The index of the supplied member.
| Exception | Condition |
|---|---|
| KeyNotFoundException | The supplied member is not in the
set. |