Remove an element from the dictionary.
[C#] virtual bool Remove(string key) virtual bool Remove(TKey key)
virtual bool Remove(string key) virtual bool Remove(TKey key)
NullReferenceException: Thrown if the key was null.
Removes the value with the specified name from the dictionary.