IExpressionAntlrParserListener.ExitJsonCreationExp(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.
Exit a parse tree produced by the jsonCreationExp
labeled alternative in primaryExpression().
public void ExitJsonCreationExp (ExpressionAntlrParser.JsonCreationExpContext context);
abstract member ExitJsonCreationExp : ExpressionAntlrParser.JsonCreationExpContext -> unit
Public Sub ExitJsonCreationExp (context As ExpressionAntlrParser.JsonCreationExpContext)
Parameters
The parse tree.