LGTemplateParserBaseListener.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().
The default implementation does nothing.
public virtual void ExitStructuredBody (LGTemplateParser.StructuredBodyContext context);
abstract member ExitStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
override this.ExitStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
Public Overridable Sub ExitStructuredBody (context As LGTemplateParser.StructuredBodyContext)
Parameters
The parse tree.