Exemple #1
0
 void IDictionary.Clear()
 {
     DictOps.Clear(this);
 }
 public void Clear()
 {
     DictOps.Clear(dict);
 }