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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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