System.Web.Razor.RazorCodeLanguage.CreateCodeParser C# (CSharp) Method

CreateCodeParser() public abstract method

Constructs the code parser. Must return a new instance on EVERY call to ensure thread-safety
public abstract CreateCodeParser ( ) : System.Web.Razor.Parser.ParserBase
return System.Web.Razor.Parser.ParserBase
        public abstract ParserBase CreateCodeParser();