Click or drag to resize
Akka.NETLocalORSetT  Conversion (LocalORSetT to ORSetT)
TBD

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 ORSet<T> (
	LocalORSet<T> set
)

Parameters

set
Type: Akka.DistributedData.LocalLocalORSetT
TBD

Return Value

Type: ORSetT
TBD
See Also