Click or drag to resize
Akka.NETIndexTKey, TValueRemove Method (TKey, TValue)
Disassociates the value of TValue from the key of TKey.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Remove(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key.
value
Type: TValue
The value.

Return Value

Type: Boolean
true if value was removed. false otherwise.
See Also