ConcurrentSet<(Of <(<'T>)>)> Constructor (Int32, IEnumerable<(Of <(<'T>)>)>, IEqualityComparer<(Of <(<'T>)>)>)
Namespace:
Akka.Util
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public ConcurrentSet( int concurrencyLevel, IEnumerable<T> collection, IEqualityComparer<T> comparer )
Public Sub New ( _ concurrencyLevel As Integer, _ collection As IEnumerable(Of T), _ comparer As IEqualityComparer(Of T) _ )
public: ConcurrentSet( int^ concurrencyLevel, IEnumerable<T>^ collection, IEqualityComparer<T>^ comparer )
Parameters
- concurrencyLevel
- Type: Int32
- collection
- Type: IEnumerable<(Of <(<'T>)>)>
- comparer
- Type: IEqualityComparer<(Of <(<'T>)>)>