Click or drag to resize
ImmutableTreeMapTKey, TValueTryAdd Method

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

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

Parameters

key
Type: TKey

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

value
Type: TValue

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

newTreeMap
Type: Akka.Util.Internal.CollectionsImmutableTreeMapTKey, TValue

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

Return Value

Type: Boolean

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

See Also