ThreadSafeHashSetTToArray Method

Copies the items stored in the ThreadSafeHashSetT to a new array.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public T[] ToArray()

Return Value

T
A new array containing a snapshot of items copied from the ThreadSafeHashSetT.

See Also