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