Click or drag to resize
Akka.NETLocalORDictionaryTKey, TVal  Conversion (LocalORDictionaryTKey, TVal to ORDictionaryTKey, 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 ORDictionary<TKey, TVal> (
	LocalORDictionary<TKey, TVal> set
)

Parameters

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

Return Value

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