Click or drag to resize
Akka.NETLWWDictionary.Create<TKey, TValue> Method (Tuple<UniqueAddress, TKey, TValue>[])
TBD

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static LWWDictionary<TKey, TValue> Create<TKey, TValue>(
	params Tuple<UniqueAddress, TKey, TValue>[] elements
)

Parameters

elements
Type:System.Tuple<UniqueAddress, TKey, TValue>[]
TBD

Type Parameters

TKey
TBD
TValue
TBD

Return Value

Type: LWWDictionary<TKey, TValue>
TBD
See Also