LGTemplateParserBaseListener.EnterNormalBody(LGTemplateParser+NormalBodyContext) 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.
Enter a parse tree produced by the normalBody
labeled alternative in body().
The default implementation does nothing.
public virtual void EnterNormalBody (LGTemplateParser.NormalBodyContext context);
abstract member EnterNormalBody : LGTemplateParser.NormalBodyContext -> unit
override this.EnterNormalBody : LGTemplateParser.NormalBodyContext -> unit
Public Overridable Sub EnterNormalBody (context As LGTemplateParser.NormalBodyContext)
Parameters
The parse tree.