Persistate API documentation
Add Method (item)
NamespacesPersistate.UtilSet<(Of <(<'T>)>)>Add(T)

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

Add an item to the set. If the item is already in the set, no action is taken.
Declaration Syntax
C#
public void Add(
	T item
)
Parameters
item (T)
The item to add to the Set.

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