|  | LWWDictionaryCreateTKey, TValue Method (TupleUniqueAddress, TKey, TValue) | 
 
            TBD
            
 
    Namespace: 
   Akka.DistributedData
    Assembly:
   Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic static LWWDictionary<TKey, TValue> Create<TKey, TValue>(
	params Tuple<UniqueAddress, TKey, TValue>[] elements
)
static member Create : 
        elements : Tuple<UniqueAddress, 'TKey, 'TValue>[] -> LWWDictionary<'TKey, 'TValue> 
Parameters
- elements
- Type: SystemTupleUniqueAddress, TKey, TValue
 TBD
Type Parameters
- TKey
- TBD
- TValue
- TBD
Return Value
Type: 
LWWDictionaryTKey, 
TValueTBD
 See Also
See Also