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