コード例 #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);
 }