ThreadSafeHashSetT Constructor

Overload List

ThreadSafeHashSetT Initializes a new instance of the ThreadSafeHashSetT class that is empty and uses the default comparer and Auto hashing strategy.
ThreadSafeHashSetT(IEqualityComparerT, HashingStrategy) Initializes a new instance of the ThreadSafeHashSetT class that is empty and uses the specified comparer and hashing strategy.
ThreadSafeHashSetT(Int32, HashingStrategy) Initializes a new instance of the ThreadSafeHashSetT class that is empty and uses the default comparer and the specified hashing strategy.
ThreadSafeHashSetT(SerializationInfo, StreamingContext) Initializes a new instance of the ThreadSafeHashSetT class from serialized data.
ThreadSafeHashSetT(IEnumerableT, IEqualityComparerT, HashingStrategy) Initializes a new instance of the ThreadSafeHashSetT class from the specified collection and uses the specified comparer and hashing strategy.
ThreadSafeHashSetT(Int32, IEqualityComparerT, HashingStrategy) Initializes a new instance of the ThreadSafeHashSetT class that is empty and uses the specified comparer and hashing strategy.

See Also