Exemplo n.º 1
0
 public static IvyModule FromIvyFile(string fullpath)
 {
     return(IvyParser.ParseFile <IvyModule>(fullpath));
 }
Exemplo n.º 2
0
 public static ModuleRepository FromIvyFile(string fullpath)
 {
     return(IvyParser.ParseFile <ModuleRepository>(fullpath));
 }
Exemplo n.º 3
0
 public static ModuleRepository FromIvyFile(string fullpath) =>
 IvyParser.ParseFile <ModuleRepository>(fullpath);
Exemplo n.º 4
0
 public static IvyModule FromIvyFile(string fullpath) =>
 IvyParser.ParseFile <IvyModule>(fullpath);