ILGTemplateParserListener.ExitIfCondition(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.
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
The parse tree.