Click or drag to resize
Akka.NETLocalORDictionary<TKey, TVal>Implicit Conversion (LocalORDictionary<TKey, TVal> to ORDictionary<TKey, TVal>)

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static implicit operator ORDictionary<TKey, TVal> (
	LocalORDictionary<TKey, TVal> set
)

Parameters

set
Type: Akka.DistributedData.Local.LocalORDictionary<TKey, TVal>
The set to convert

Return Value

Type: ORDictionary<TKey, TVal>
The result of the conversion
See Also