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