Click or drag to resize
ImmutableTreeSetTValueTryAdd Method (TValue, ImmutableTreeSetTValue)

[Missing <summary> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.TryAdd(`0,Akka.Util.Internal.Collections.ImmutableTreeSet{`0}@)"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool TryAdd(
	TValue value,
	out ImmutableTreeSet<TValue> newTreeMap
)

Parameters

value
Type: TValue

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

newTreeMap
Type: Akka.Util.Internal.CollectionsImmutableTreeSetTValue

[Missing <param name="newTreeMap"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableTreeSet`1.TryAdd(`0,Akka.Util.Internal.Collections.ImmutableTreeSet{`0}@)"]

Return Value

Type: Boolean

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

See Also