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