ILGTemplateParserListener.ExitStructuredBody(LGTemplateParser+StructuredBodyContext) 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.
Exit a parse tree produced by the structuredBody
labeled alternative in body().
public void ExitStructuredBody (LGTemplateParser.StructuredBodyContext context);
abstract member ExitStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
Public Sub ExitStructuredBody (context As LGTemplateParser.StructuredBodyContext)
Parameters
The parse tree.