Span.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 the specified visitor
public:
override void Accept(Microsoft::AspNetCore::Razor::Parser::ParserVisitor ^ visitor);
public override void Accept(Microsoft.AspNetCore.Razor.Parser.ParserVisitor visitor);
override this.Accept : Microsoft.AspNetCore.Razor.Parser.ParserVisitor -> unit
Public Overrides Sub Accept (visitor As ParserVisitor)
Parameters
- visitor
- ParserVisitor
Remarks
Calls the VisitSpan method on the specified visitor, passing in this