FileBackedHashSetT, TElemAdd Method

Adds an element to the current set and returns a value to indicate if the element was successfully added.

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
public bool Add(
	T item
)

Parameters

item  T
The element to add to the set.

Return Value

Boolean
true if the element is added to the set; false if the element is already in the set.

Implements

ISetTAdd(T)

See Also