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