ThreadSafeHashSetT Constructor

Initializes a new instance of the ThreadSafeHashSetT class that is empty and uses the default comparer and Auto hashing strategy.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public ThreadSafeHashSet()

See Also