Esempio n. 1
0
 /// <summary>
 /// Remove the key and all values associated with it.
 /// </summary>
 public override void Clear()
 {
     myDictionary.Remove(key);
 }