SyntaxTreeNode.Accept(ParserVisitor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accepts a parser visitor, calling the appropriate visit method and passing in this instance
public:
abstract void Accept(Microsoft::AspNetCore::Razor::Parser::ParserVisitor ^ visitor);
public abstract void Accept (Microsoft.AspNetCore.Razor.Parser.ParserVisitor visitor);
abstract member Accept : Microsoft.AspNetCore.Razor.Parser.ParserVisitor -> unit
Public MustOverride Sub Accept (visitor As ParserVisitor)
Parameters
- visitor
- ParserVisitor
The visitor to accept