LGFileParserBaseListener.EnterTemplateBodyLine(LGFileParser+TemplateBodyLineContext) 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 templateBodyLine().
The default implementation does nothing.
public virtual void EnterTemplateBodyLine (LGFileParser.TemplateBodyLineContext context);
abstract member EnterTemplateBodyLine : LGFileParser.TemplateBodyLineContext -> unit
override this.EnterTemplateBodyLine : LGFileParser.TemplateBodyLineContext -> unit
Public Overridable Sub EnterTemplateBodyLine (context As LGFileParser.TemplateBodyLineContext)
Parameters
The parse tree.