Click or drag to resize
Akka.NETORDictionaryCreateTKey, TValue Method (IEnumerableTupleUniqueAddress, TKey, TValue)

[Missing <summary> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(System.Collections.Generic.IEnumerable{System.Tuple{Akka.Cluster.UniqueAddress,``0,``1}})"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ORDictionary<TKey, TValue> Create<TKey, TValue>(
	IEnumerable<Tuple<UniqueAddress, TKey, TValue>> elements
)
where TValue : IReplicatedData

Parameters

elements
Type: System.Collections.GenericIEnumerableTupleUniqueAddress, TKey, TValue

[Missing <param name="elements"/> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(System.Collections.Generic.IEnumerable{System.Tuple{Akka.Cluster.UniqueAddress,``0,``1}})"]

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(System.Collections.Generic.IEnumerable{System.Tuple{Akka.Cluster.UniqueAddress,``0,``1}})"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(System.Collections.Generic.IEnumerable{System.Tuple{Akka.Cluster.UniqueAddress,``0,``1}})"]

Return Value

Type: ORDictionaryTKey, TValue

[Missing <returns> documentation for "M:Akka.DistributedData.ORDictionary.Create``2(System.Collections.Generic.IEnumerable{System.Tuple{Akka.Cluster.UniqueAddress,``0,``1}})"]

See Also