コード例 #1
0
 public void Del(int index)
 {
     Cache.Del(index);
 }
コード例 #2
0
ファイル: CellOps.cs プロジェクト: ian2009/GraphEngine
 public static void CO_Del(int index)
 {
     Cache.Del(index);
 }