コード例 #1
0
 public static void clear()
 {
     keyList        = new Dictionary <string, int> ();
     recivedEndList = new Dictionary <int, int> ();
     SaveQueue.clear();
 }