Click or drag to resize
ImmutableTreeSetTValueCreate Method (TValue, TValue)

[Missing <summary> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.Create(`0,`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(
	TValue value,
	params TValue[] values
)

Parameters

value
Type: TValue

[Missing <param name="value"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.Create(`0,`0[])"]

values
Type: TValue

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

Return Value

Type: ImmutableTreeSetTValue

[Missing <returns> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.Create(`0,`0[])"]

See Also