Click or drag to resize
Akka.NETORSetCreateT Method (KeyValuePairUniqueAddress, T)

[Missing <summary> documentation for "M:Akka.DistributedData.ORSet.Create``1(System.Collections.Generic.KeyValuePair{Akka.Cluster.UniqueAddress,``0}[])"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ORSet<T> Create<T>(
	params KeyValuePair<UniqueAddress, T>[] elements
)

Parameters

elements
Type: System.Collections.GenericKeyValuePairUniqueAddress, T

[Missing <param name="elements"/> documentation for "M:Akka.DistributedData.ORSet.Create``1(System.Collections.Generic.KeyValuePair{Akka.Cluster.UniqueAddress,``0}[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.DistributedData.ORSet.Create``1(System.Collections.Generic.KeyValuePair{Akka.Cluster.UniqueAddress,``0}[])"]

Return Value

Type: ORSetT

[Missing <returns> documentation for "M:Akka.DistributedData.ORSet.Create``1(System.Collections.Generic.KeyValuePair{Akka.Cluster.UniqueAddress,``0}[])"]

See Also