ILGTemplateParserListener.EnterExpressionInStructure(LGTemplateParser+ExpressionInStructureContext) 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 expressionInStructure().
public void EnterExpressionInStructure (LGTemplateParser.ExpressionInStructureContext context);
abstract member EnterExpressionInStructure : LGTemplateParser.ExpressionInStructureContext -> unit
Public Sub EnterExpressionInStructure (context As LGTemplateParser.ExpressionInStructureContext)
Parameters
The parse tree.