Click or drag to resize
Akka.NETLocalLWWDictionaryTKey, TVal  Conversion (LocalLWWDictionaryTKey, TVal to LWWDictionaryTKey, TVal)

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator LWWDictionary<TKey, TVal> (
	LocalLWWDictionary<TKey, TVal> set
)

Parameters

set
Type: Akka.DistributedData.LocalLocalLWWDictionaryTKey, TVal
The set to convert

Return Value

Type: LWWDictionaryTKey, TVal
The result of the conversion
See Also