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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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