ILGTemplateParserVisitor<Result>.VisitStructuredBodyEndLine(LGTemplateParser+StructuredBodyEndLineContext) 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 structuredBodyEndLine().
public Result VisitStructuredBodyEndLine (LGTemplateParser.StructuredBodyEndLineContext context);
abstract member VisitStructuredBodyEndLine : LGTemplateParser.StructuredBodyEndLineContext -> 'Result
Public Function VisitStructuredBodyEndLine (context As LGTemplateParser.StructuredBodyEndLineContext) As Result
Parameters
The parse tree.
Returns
- Result