Click or drag to resize
IImmutableMapTKey, TValueTryRemove Method

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

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

Parameters

key
Type: TKey

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

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

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

Return Value

Type: Boolean

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

See Also