Exemplo n.º 1
0
 public void WriteOutput(string filename, LocResult locResult)
 {
     results[filename] = locResult;
 }
Exemplo n.º 2
0
 public void WriteOutput(string filename, LocResult locResult)
 {
     Console.WriteLine($"{filename};{locResult.LinesOfCode};{locResult.TotalLines}");
 }