Declaration
public override bool Remove(
string key
)
Summary
Removes the entry with the specified
key from the dictionary.
Parameters
string | key |
The key that identifies the entry to remove. |
Returns
True if an entry was removed; false if the key wasn’t in the dictionary.