Share via


ParserBase.OtherParser Property

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

Gets the other parser ParserBase.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property OtherParser As ParserBase 
    Get
'Usage
Dim value As ParserBase 

value = Me.OtherParser
protected abstract ParserBase OtherParser { get; }
protected:
virtual property ParserBase^ OtherParser {
    ParserBase^ get () abstract;
}
abstract OtherParser : ParserBase
abstract function get OtherParser () : ParserBase

Property Value

Type: System.Web.Razor.Parser.ParserBase
The other parser ParserBase.

See Also

Reference

ParserBase Class

System.Web.Razor.Parser Namespace