Click or drag to resize
Akka.NETORSetT Constructor (IImmutableDictionary`2T, VersionVector, VersionVector)

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ORSet(
	IImmutableDictionary<T, VersionVector> elementsMap,
	VersionVector versionVector
)

Parameters

elementsMap
Type: IImmutableDictionaryT, VersionVector

[Missing <param name="elementsMap"/> documentation for "M:Akka.DistributedData.ORSet`1.#ctor(System.Collections.Immutable.IImmutableDictionary{`0,Akka.DistributedData.VersionVector},Akka.DistributedData.VersionVector)"]

versionVector
Type: Akka.DistributedDataVersionVector

[Missing <param name="versionVector"/> documentation for "M:Akka.DistributedData.ORSet`1.#ctor(System.Collections.Immutable.IImmutableDictionary{`0,Akka.DistributedData.VersionVector},Akka.DistributedData.VersionVector)"]

See Also