Click or drag to resize
IImmutableSetTValueTryRemove Method

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

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

Parameters

value
Type: TValue

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

newMap
Type: Akka.Util.Internal.CollectionsIImmutableSetTValue

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

Return Value

Type: Boolean

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

See Also