Click or drag to resize
ImmutableAvlTreeTKey, TValueTryRemove Method

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

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool TryRemove(
	TKey key,
	out ImmutableAvlTree<TKey, TValue> newMap
)

Parameters

key
Type: TKey

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

newMap
Type: Akka.Util.Internal.CollectionsImmutableAvlTreeTKey, TValue

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

Return Value

Type: Boolean

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

See Also