Click or drag to resize
Akka.NETConcurrentSet<T> Constructor (IEnumerable<T>, IEqualityComparer<T>)
TBD

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public ConcurrentSet(
	IEnumerable<T> collection,
	IEqualityComparer<T> comparer
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<T>
TBD
comparer
Type: System.Collections.Generic.IEqualityComparer<T>
TBD
See Also