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