Esempio n. 1
0
 public override string ToString()
 {
     return("The file has some errors: \n" +
            _errors.Aggregate("", (current, next) => current + "\n" + next.Message));
 }