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;
        }