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.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public ConcurrentHashSet(
	IEqualityComparer<T>? comparer
)

Параметры

comparer  IEqualityComparerT
The IEqualityComparerT implementation to use when comparing items.

См. также