| IndexTKey, TValueRemove Method (TKey) |
Disassociates all values for the specified key.
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IEnumerable<TValue> Remove(
TKey key
)
member Remove :
key : 'TKey -> IEnumerable<'TValue>
Parameters
- key
- Type: TKey
The key we're going to remove.
Return Value
Type:
IEnumerableTValueAn enumerable collection of
TValue if the key exists. An empty collection otherwise.
See Also