Persistate API documentation
Add Method (member)
NamespacesPersistate.UtilIndexedSet<(Of <(<'T>)>)>Add(T)

[This is preliminary documentation and is subject to change.]

Adds a new member to this IndexedSet.
Declaration Syntax
C#
public int Add(
	T member
)
Parameters
member (T)
The member to add.
Return Value
The index of the newly added member.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the IndexedSet already contains the supplied member.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)