Click or drag to resize
Akka.NETConcurrentSetT Constructor (IEnumerableT)
TBD

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConcurrentSet(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
TBD
See Also