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