IExpressionAntlrParserVisitor<Result>.VisitTextContent(ExpressionAntlrParser+TextContentContext) 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.
Visit a parse tree produced by textContent().
public Result VisitTextContent (ExpressionAntlrParser.TextContentContext context);
abstract member VisitTextContent : ExpressionAntlrParser.TextContentContext -> 'Result
Public Function VisitTextContent (context As ExpressionAntlrParser.TextContentContext) As Result
Parameters
The parse tree.
Returns
- Result