IMap<TKey,TValue>.Extract(TKey,TValue) Method
Represents method Extract(TKey,TValue)
.
public function Extract(const key: TKey; const value: TValue): TPair<TKey, TValue>;
Parameters
- key
- Type: TKey
- value
- Type: TValue
Return Value
Type: TPair<TKey, TValue>