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

Remove the key that is currently mapped to the specified value without triggering lifetime management for objects.

Namespace: Spring.Collections.Dictionaries
public
 function ExtractKey(const value: TValue): TKey;

Parameters

value
Type: TValue

Return Value

Type: TKey

 

Implements

IBidiDictionary<TKey,TValue>.ExtractKey(TValue)