ConcurrentHashSetT(IEnumerableT, IEqualityComparerT) - конструктор
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public ConcurrentHashSet(
IEnumerable<T> collection,
IEqualityComparer<T>? comparer
)
Public Sub New (
collection As IEnumerable(Of T),
comparer As IEqualityComparer(Of T)
)
public:
ConcurrentHashSet(
IEnumerable<T>^ collection,
IEqualityComparer<T>^ comparer
)
new :
collection : IEnumerable<'T> *
comparer : IEqualityComparer<'T> -> ConcurrentHashSet
Параметры
- collection IEnumerableT
- The IEnumerableT whose elements are copied to
the new
ConcurrentHashSetT.
- comparer IEqualityComparerT
- The IEqualityComparerT
implementation to use when comparing items.