public static Type CompilePageType (PageParser pageParser) { PageCompiler compiler = new PageCompiler (pageParser); return compiler.GetCompiledType (); }
public static Type CompilePageType(PageParser pageParser) { PageCompiler compiler = new PageCompiler(pageParser); return(compiler.GetCompiledType()); }