IBidiDictionary<TKey,TValue>.RemoveKey(TKey) Method

Remove the key/value pair that is currently mapped to the specified key.

Namespace: Spring.Collections
public
 function RemoveKey(const key: TKey): Boolean;

Parameters

key
Type: TKey

Return Value

Type: Boolean