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.181-beta
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