[This is preliminary documentation and is subject to change.]
Adds a member to this IndexedSet only if it is not already
contained in it.
| C# |
public int AddIfAbsent( T member )
- member (T)
- The member to optionally add.
The index of the newly added or already contained
member.