AmazedSaint.Elastic.Templating.DynamicTemplateHost.LogErrors C# (CSharp) Méthode

LogErrors() public méthode

Log the erros
public LogErrors ( CompilerErrorCollection errors ) : void
errors System.CodeDom.Compiler.CompilerErrorCollection
Résultat void
        public void LogErrors(CompilerErrorCollection errors)
        {
            errorsValue = errors;
        }