Click or drag to resize
ImmutableTreeSetTValueAdd Method

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

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ImmutableTreeSet<TValue> Add(
	TValue value
)

Parameters

value
Type: TValue

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

Return Value

Type: ImmutableTreeSetTValue

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

See Also