ExpressionAntlrParserBaseListener.EnterJsonCreationExp(ExpressionAntlrParser+JsonCreationExpContext) 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 jsonCreationExp
labeled alternative in primaryExpression().
The default implementation does nothing.
public virtual void EnterJsonCreationExp (ExpressionAntlrParser.JsonCreationExpContext context);
abstract member EnterJsonCreationExp : ExpressionAntlrParser.JsonCreationExpContext -> unit
override this.EnterJsonCreationExp : ExpressionAntlrParser.JsonCreationExpContext -> unit
Public Overridable Sub EnterJsonCreationExp (context As ExpressionAntlrParser.JsonCreationExpContext)
Parameters
The parse tree.