LGTemplateParserBaseListener.EnterSwitchCaseBody(LGTemplateParser+SwitchCaseBodyContext) 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 the switchCaseBody
labeled alternative in body().
The default implementation does nothing.
public virtual void EnterSwitchCaseBody (LGTemplateParser.SwitchCaseBodyContext context);
abstract member EnterSwitchCaseBody : LGTemplateParser.SwitchCaseBodyContext -> unit
override this.EnterSwitchCaseBody : LGTemplateParser.SwitchCaseBodyContext -> unit
Public Overridable Sub EnterSwitchCaseBody (context As LGTemplateParser.SwitchCaseBodyContext)
Parameters
The parse tree.