TMultiMapBase<TKey,TValue>.Remove(TKey,TValue) Method

Removes the specified key/value pair from the IMap<TKey, TValue>.

Namespace: Spring.Collections.MultiMaps
public
 function Remove(const key: TKey; const value: TValue): Boolean; overload; override;

Parameters

key
Type: TKey

The key of the pair to remove.

value
Type: TValue

The value of the pair to remove,

Return Value

Type: Boolean

True if the pair was successfully removed; otherwise, False .

Overrides

TMapBase<TKey,T>.Remove(TKey,T)