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