IBidiDictionary<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
public
 function ExtractKey(const value: TValue): TKey;

Parameters

value
Type: TValue

Return Value

Type: TKey