Mono.TextTemplating.TemplateGenerator.LogErrorsCore C# (CSharp) Method

LogErrorsCore() protected method

Called by ITextTemplatingEngineHost.LogErrors, to allow the host to do additional processing as the errors are logged.
protected LogErrorsCore ( CompilerErrorCollection errors ) : void
errors System.CodeDom.Compiler.CompilerErrorCollection The errors.
return void
	    protected virtual void LogErrorsCore(CompilerErrorCollection errors) {
	        
	    }