ConcurrentHashSetT | Initializes a new instance of the ConcurrentHashSetT class that is empty, has the default concurrency level, has the default initial capacity, and uses the default comparer for the item type. |
ConcurrentHashSetT(IEnumerableT) | Initializes a new instance of the ConcurrentHashSetT class that contains elements copied from the specified IEnumerableT, has the default concurrency level, has the default initial capacity, and uses the default comparer for the item type. |
ConcurrentHashSetT(IEqualityComparerT) | Initializes a new instance of the ConcurrentHashSetT class that is empty, has the specified concurrency level and capacity, and uses the specified IEqualityComparerT. |
ConcurrentHashSetT(IEnumerableT, IEqualityComparerT) | Initializes a new instance of the ConcurrentHashSetT class that contains elements copied from the specified IEnumerable, has the default concurrency level, has the default initial capacity, and uses the specified IEqualityComparerT. |
ConcurrentHashSetT(Int32, Int32) | Initializes a new instance of the ConcurrentHashSetT class that is empty, has the specified concurrency level and capacity, and uses the default comparer for the item type. |
ConcurrentHashSetT(Int32, IEnumerableT, IEqualityComparerT) | Initializes a new instance of the ConcurrentHashSetT class that contains elements copied from the specified IEnumerable, has the specified concurrency level, has the specified initial capacity, and uses the specified IEqualityComparerT. |
ConcurrentHashSetT(Int32, Int32, IEqualityComparerT) | Initializes a new instance of the ConcurrentHashSetT class that is empty, has the specified concurrency level, has the specified initial capacity, and uses the specified IEqualityComparerT. |