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

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

Removes an item from the set if it contains it.
Declaration Syntax
C#
public bool Remove(
	T item
)
Parameters
item (T)
The Item to remove.
Return Value
True if the set contained the item and it was removed. False if the set did not contain the item.

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