ConcurrentSetT Constructor (IEnumerableT) |
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ConcurrentSet(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
public:
ConcurrentSet(
IEnumerable<T>^ collection
)
new :
collection : IEnumerable<'T> -> ConcurrentSet
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="collection"/> documentation for "M:Akka.Util.ConcurrentSet`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]
See Also