English
Appearance
Dictionary.Clear()
Dictionary
Clears the list of keys and the list of values for this object.
void
let dictionary = new Dictionary<Number, Number>(Number); dictionary.Clear();