ThreadSafeHashSetTAdd Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool Add(
T item
)
Public Function Add (
item As T
) As Boolean
public:
bool Add(
T item
)
member Add :
item : 'T -> bool
- item T
- The element to add to the set.
Boolean if
item was added to the
ThreadSafeHashSetT;
if the element is already present judged by the
Comparer.