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