Click or drag to resize

FileBackedHashSetTAdd Method

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

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.265-beta+b9fecb767fe978094c19da8101c12474843773cb
Syntax
public bool Add(
	T item
)
View Source

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