BlackLinks.Templates.TemplatesCompilationResult.TemplatesCompilationResult C# (CSharp) Method

TemplatesCompilationResult() public method

public TemplatesCompilationResult ( ) : System
return System
        public TemplatesCompilationResult()
        {
            this.CompilationErrors = new Collection<CompilerError> ();
            this.Assemblies = new Collection<Assembly>();
        }
TemplatesCompilationResult