Click or drag to resize
Akka.NETIndexTKey, TValueRemove Method (TKey)
Disassociates all values for the specified key.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IEnumerable<TValue> Remove(
	TKey key
)

Parameters

key
Type: TKey
The key we're going to remove.

Return Value

Type: IEnumerableTValue
An enumerable collection of TValue if the key exists. An empty collection otherwise.
See Also