ThreadSafeHashSetTAdd Method

Adds the specified item to the ThreadSafeHashSetT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool Add(
	T item
)

Parameters

item  T
The element to add to the set.

Return Value

Boolean
if item was added to the ThreadSafeHashSetT; if the element is already present judged by the Comparer.

See Also