Esempio n. 1
0
 public IEnumerable <IGeneratable> GetGeneratables()
 {
     return(Namespace.GetGeneratables());
 }
Esempio n. 2
0
 public GenerationOptions(string dir, Namespace ns, bool compat = false)
 {
     DirectoryPath = dir;
     Namespace     = ns;
     this.compat   = compat;
 }