ICommonRegexListener.EnterQuantifier(CommonRegexParser+QuantifierContext) 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.
Enter a parse tree produced by quantifier().
public void EnterQuantifier (CommonRegexParser.QuantifierContext context);
abstract member EnterQuantifier : CommonRegexParser.QuantifierContext -> unit
Public Sub EnterQuantifier (context As CommonRegexParser.QuantifierContext)
Parameters
The parse tree.