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