ILGTemplateParserVisitor<Result>.VisitContext(LGTemplateParser+ContextContext) 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.
Visit a parse tree produced by context().
public Result VisitContext (LGTemplateParser.ContextContext context);
abstract member VisitContext : LGTemplateParser.ContextContext -> 'Result
Public Function VisitContext (context As LGTemplateParser.ContextContext) As Result
Parameters
- context
- LGTemplateParser.ContextContext
The parse tree.
Returns
- Result