public void ReportErrors(CompilerErrorCollection targetErrorCollection)
		{
			targetErrorCollection.Extend(Errors);
		}
 public void ReportErrors(CompilerErrorCollection targetErrorCollection)
 {
     targetErrorCollection.Extend(Errors);
 }