Table of Contents

Method Remove

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Remove(TKey)

Removes the entry with the specified key.

public bool Remove(TKey key)

Parameters

key TKey

The key to remove.

Returns

bool

true if the key was removed; otherwise false.

Remove(KeyValuePair<TKey, TValue>)

Removes the specified key–value pair.

public bool Remove(KeyValuePair<TKey, TValue> item)

Parameters

item KeyValuePair<TKey, TValue>

The key–value pair to remove.

Returns

bool

true if the pair was removed; otherwise false.