ICommonRegexListener.EnterOption(CommonRegexParser+OptionContext) 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 option().
public void EnterOption (CommonRegexParser.OptionContext context);
abstract member EnterOption : CommonRegexParser.OptionContext -> unit
Public Sub EnterOption (context As CommonRegexParser.OptionContext)
Parameters
- context
- CommonRegexParser.OptionContext
The parse tree.