Remove an element from the dictionary.
[C#] void Remove(string name)
void Remove(string name)
Remove the element with the specified name from the dictionary.
None.