ParserVisitorExtensions.Visit(ParserVisitor, ParserResults) 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.
public:
[System::Runtime::CompilerServices::Extension]
static void Visit(Microsoft::AspNetCore::Razor::Parser::ParserVisitor ^ self, Microsoft::AspNetCore::Razor::ParserResults ^ result);
public static void Visit (this Microsoft.AspNetCore.Razor.Parser.ParserVisitor self, Microsoft.AspNetCore.Razor.ParserResults result);
static member Visit : Microsoft.AspNetCore.Razor.Parser.ParserVisitor * Microsoft.AspNetCore.Razor.ParserResults -> unit
<Extension()>
Public Sub Visit (self As ParserVisitor, result As ParserResults)
Parameters
- self
- ParserVisitor
- result
- ParserResults