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