Click or drag to resize
Akka.NETLWWDictionaryCreateTKey, TValue Method (TupleUniqueAddress, 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: SystemTupleUniqueAddress, TKey, TValue
TBD

Type Parameters

TKey
TBD
TValue
TBD

Return Value

Type: LWWDictionaryTKey, TValue
TBD
See Also