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.

Definition

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

Параметры

comparer  IEqualityComparerT
The IEqualityComparerT implementation to use when comparing items.

См. также