LGTemplateParserBaseListener.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().
The default implementation does nothing.
public virtual void EnterIfCondition (LGTemplateParser.IfConditionContext context);
abstract member EnterIfCondition : LGTemplateParser.IfConditionContext -> unit
override this.EnterIfCondition : LGTemplateParser.IfConditionContext -> unit
Public Overridable Sub EnterIfCondition (context As LGTemplateParser.IfConditionContext)
Parameters
The parse tree.