Пример #1
0
 internal void Remove(string key)
 {
     dictionary.Remove(key);
 }
Пример #2
0
 public void Remove(string key)
 {
     dictionary.Remove(key);
 }