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