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.0.4
C#
public ConcurrentHashSet(
	IEqualityComparer<T>? comparer
)

Параметры

comparer  IEqualityComparerT
The IEqualityComparerT implementation to use when comparing items.

См. также