Esempio n. 1
0
		public void ReportErrors(CompilerErrorCollection targetErrorCollection)
		{
			targetErrorCollection.Extend(Errors);
		}
 public void ReportErrors(CompilerErrorCollection targetErrorCollection)
 {
     targetErrorCollection.Extend(Errors);
 }