THashDictionary<TKey,TValue>.Remove Method

Overloads

Remove(TPair<TKey,TValue>)

Delphi
function Remove(const Value: TPair<TKey,TValue>): Boolean; overload;

Parameters

Value
TPair<TKey, TValue>

Returns

Boolean

Remove(TKey)

Delphi
function Remove(const Key: TKey): Boolean; overload;

Parameters

Key
TKey

Returns

Boolean