ConcurrentHashSetT(IEqualityComparerT) - конструктор
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public ConcurrentHashSet(
IEqualityComparer<T>? comparer
)
Public Sub New (
comparer As IEqualityComparer(Of T)
)
public:
ConcurrentHashSet(
IEqualityComparer<T>^ comparer
)
new :
comparer : IEqualityComparer<'T> -> ConcurrentHashSet
Параметры
- comparer IEqualityComparerT
- The IEqualityComparerT
implementation to use when comparing items.