IExpressionAntlrParserListener.ExitFuncInvokeExp(ExpressionAntlrParser+FuncInvokeExpContext) 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 funcInvokeExp
labeled alternative in primaryExpression().
public void ExitFuncInvokeExp (ExpressionAntlrParser.FuncInvokeExpContext context);
abstract member ExitFuncInvokeExp : ExpressionAntlrParser.FuncInvokeExpContext -> unit
Public Sub ExitFuncInvokeExp (context As ExpressionAntlrParser.FuncInvokeExpContext)
Parameters
The parse tree.