ILGTemplateParserListener.ExitIfCondition(LGTemplateParser+IfConditionContext) Method

Definition

Exit a parse tree produced by ifCondition().

public void ExitIfCondition (LGTemplateParser.IfConditionContext context);
abstract member ExitIfCondition : LGTemplateParser.IfConditionContext -> unit
Public Sub ExitIfCondition (context As LGTemplateParser.IfConditionContext)

Parameters

context
LGTemplateParser.IfConditionContext

The parse tree.

Applies to