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.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public ConcurrentHashSet(
	IEnumerable<T> collection,
	IEqualityComparer<T>? comparer
)

Параметры

collection  IEnumerableT
The IEnumerableT whose elements are copied to the new ConcurrentHashSetT.
comparer  IEqualityComparerT
The IEqualityComparerT implementation to use when comparing items.

Исключения

ArgumentNullExceptioncollection is a null reference (Nothing in Visual Basic).

См. также