[This is preliminary documentation and is subject to change.]
Adds a new member to this IndexedSet.
| C# |
public int Add( T member )
- member (T)
- The member to add.
The index of the newly added member.
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if the IndexedSet already
contains the supplied member. |