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

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

Namespace: Spring.Collections.Dictionaries
public
 function ExtractValue(const key: TKey): TValue;

Parameters

key
Type: TKey

Return Value

Type: TValue

 

Implements

IBidiDictionary<TKey,TValue>.ExtractValue(TKey)