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