IExpressionAntlrParserListener.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().
public void EnterJsonCreationExp (ExpressionAntlrParser.JsonCreationExpContext context);
abstract member EnterJsonCreationExp : ExpressionAntlrParser.JsonCreationExpContext -> unit
Public Sub EnterJsonCreationExp (context As ExpressionAntlrParser.JsonCreationExpContext)
Parameters
The parse tree.