Example #1
0
 public void AddCompilerErrors(CompilerError[] errors)
 {
     this.Errors = errors.Select(x => new CompilationError(x) { PasteID = this.ID }).ToArray();
 }