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.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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.