TDictionaryAdapter<TKey,T>.ExtractPair(TValue) Method

Represents method ExtractPair(TValue).

Namespace: Spring.Collections.Adapters
private
 function ExtractPair(const key: TValue): TPair<TValue, TValue>;

Parameters

key
Type: System.Void

Return Value

Type: TPair<TValue, TValue>

 

Implements

IDictionary.ExtractPair(TValue)