AmazedSaint.Elastic.Templating.DynamicTemplateHost.LogErrors C# (CSharp) Метод

LogErrors() публичный Метод

Log the erros
public LogErrors ( CompilerErrorCollection errors ) : void
errors System.CodeDom.Compiler.CompilerErrorCollection
Результат void
        public void LogErrors(CompilerErrorCollection errors)
        {
            errorsValue = errors;
        }