TBidiDictionary<TKey,TValue>.RemoveKey(TKey) Method
Remove the key/value pair that is currently mapped to the specified key.
public
function RemoveKey(const key: TKey): Boolean;
Parameters
- key
- Type: TKey
Return Value
Type: Boolean
Remove the key/value pair that is currently mapped to the specified key.
public
function RemoveKey(const key: TKey): Boolean;