ICommonRegexVisitor<Result>.VisitLetter(CommonRegexParser+LetterContext) 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 letter().
public Result VisitLetter (CommonRegexParser.LetterContext context);
abstract member VisitLetter : CommonRegexParser.LetterContext -> 'Result
Public Function VisitLetter (context As CommonRegexParser.LetterContext) As Result
Parameters
- context
- CommonRegexParser.LetterContext
The parse tree.
Returns
- Result