Click or drag to resize
Akka.NETORDictionaryTKey, TValue Constructor

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ORDictionary(
	ORSet<TKey> keySet,
	IImmutableDictionary<TKey, TValue> valueMap
)

Parameters

keySet
Type: Akka.DistributedDataORSetTKey
valueMap
Type: IImmutableDictionaryTKey, TValue
See Also