Ejemplo n.º 1
0
 public IEnumerable <ExtInfo> EnumerateInfos(string section)
 {
     ValidateSection(section);
     return(Runners.ToArray());
 }