Ejemplo n.º 1
0
 public Registry(AbstractMap map)
 {
     Enumerator = new RegistryPivot <T>(map);
 }
Ejemplo n.º 2
0
 public Registry()
 {
     Enumerator = new RegistryPivot <T>();
 }