Click or drag to resize
ImmutableTreeSetTValueCreate Method (IEnumerableTValue)

[Missing <summary> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.Create(System.Collections.Generic.IEnumerable{`0})"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static ImmutableTreeSet<TValue> Create(
	IEnumerable<TValue> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableTValue

[Missing <param name="values"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.Create(System.Collections.Generic.IEnumerable{`0})"]

Return Value

Type: ImmutableTreeSetTValue

[Missing <returns> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.Create(System.Collections.Generic.IEnumerable{`0})"]

See Also