Click or drag to resize
ConcurrentSetT Constructor (Int32, Int32, IEqualityComparerT)

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ConcurrentSet(
	int concurrencyLevel,
	int capacity,
	IEqualityComparer<T> comparer
)

Parameters

concurrencyLevel
Type: SystemInt32

[Missing <param name="concurrencyLevel"/> documentation for "M:Akka.Util.ConcurrentSet`1.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})"]

capacity
Type: SystemInt32

[Missing <param name="capacity"/> documentation for "M:Akka.Util.ConcurrentSet`1.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})"]

comparer
Type: System.Collections.GenericIEqualityComparerT

[Missing <param name="comparer"/> documentation for "M:Akka.Util.ConcurrentSet`1.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})"]

See Also