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