TBidiDictionary<TKey,TValue>.ExtractValue(TKey) Method
Remove the value that is currently mapped to the specified key without triggering lifetime management for objects.
public function ExtractValue(const key: TKey): TValue;
Parameters
- key
- Type: TKey
Return Value
Type: TValue