Click or drag to resize
Akka.NETLocalORDictionaryTKey, TValMerge Method

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalORDictionary<TKey, TVal> Merge(
	ORDictionary<TKey, TVal> dictionary
)

Parameters

dictionary
Type: Akka.DistributedDataORDictionaryTKey, TVal
TBD

Return Value

Type: LocalORDictionaryTKey, TVal
TBD
See Also