ILGTemplateParserListener.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().
public void EnterNormalBody (LGTemplateParser.NormalBodyContext context);
abstract member EnterNormalBody : LGTemplateParser.NormalBodyContext -> unit
Public Sub EnterNormalBody (context As LGTemplateParser.NormalBodyContext)
Parameters
The parse tree.