TSortedMultiMap<TKey,TValue>.Remove Method

Overloads

Remove(TKey)

Delphi
function Remove(const key: TKey): Boolean

Parameters

key
TKey

Returns

Boolean

Remove(TKey, TValue)

Delphi
function Remove(const key: TKey; const value: TValue): Boolean

Parameters

key
TKey
value
TValue

Returns

Boolean