PowerDeploy.Core.Template.TemplateEngine.TemplateEngine C# (CSharp) Method

TemplateEngine() public method

public TemplateEngine ( ) : System.Collections.Generic
return System.Collections.Generic
        public TemplateEngine()
            : this(new PhysicalFileSystem())
        {
        }

Same methods

TemplateEngine::TemplateEngine ( IFileSystem fileSystem ) : System.Collections.Generic