ThreadSafeHashSetTRemove Method

Tries to remove the specified item from the ThreadSafeHashSetT.

Definition

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

Parameters

item  T
The element to remove.

Return Value

Boolean
if the element is successfully removed; otherwise, .

Implements

ICollectionTRemove(T)

See Also