Remove an element from the dictionary.
[C#] void Remove(string name) [Visual Basic] Sub Remove(name As String)
void Remove(string name)
Sub Remove(name As String)
Remove the element with the specified name from the dictionary.
None.