ILGTemplateParserListener.EnterIfCondition(LGTemplateParser+IfConditionContext) Method

Definition

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

context
LGTemplateParser.IfConditionContext

The parse tree.

Applies to