コード例 #1
0
 public MessageProcessor_Map()
 {
     lockObject = new object();
     activeIds  = new HashSet <int>();
     target     = null;
 }