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