TSortedMultiMap<TKey,TValue>.Extract Method
Overloads
Delphi
function Extract(const key: TKey; const value: TValue): TPair<TKey, TValue>
Parameters
- key
- TKey
- value
- TValue
Returns
TPair<TKey, TValue>
Delphi
function Extract(const key: TKey): ICollection<TValue>
Parameters
- key
- TKey
Returns
ICollection<TValue>