示例#1
0
文件: Tree.cs 项目: xstos/alithiatec
 internal void Remove(string key)
 {
     dictionary.Remove(key);
 }
示例#2
0
文件: Tree2.cs 项目: xstos/alithiatec
 public void Remove(string key)
 {
     dictionary.Remove(key);
 }