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

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

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

Parameters

key
Type: TKey

Return Value

Type: Boolean

 

Implements

IBidiDictionary<TKey,TValue>.RemoveKey(TKey)