コード例 #1
0
 public Registry(AbstractMap map)
 {
     Enumerator = new RegistryPivot <T>(map);
 }
コード例 #2
0
 public Registry()
 {
     Enumerator = new RegistryPivot <T>();
 }