VBCodeParser.OtherParser Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the other parser.

protected override System.Web.Razor.Parser.ParserBase OtherParser { get; }
member this.OtherParser : System.Web.Razor.Parser.ParserBase
Protected Overrides ReadOnly Property OtherParser As ParserBase

Property Value

The other parser.

Applies to