Method Remove
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Remove(TKey)
Removes the entry with the specified key.
public bool Remove(TKey key)
Parameters
keyTKeyThe key to remove.
Returns
- bool
trueif the key was removed; otherwisefalse.
Remove(KeyValuePair<TKey, TValue>)
Removes the specified key–value pair.
public bool Remove(KeyValuePair<TKey, TValue> item)
Parameters
itemKeyValuePair<TKey, TValue>The key–value pair to remove.
Returns
- bool
trueif the pair was removed; otherwisefalse.