CommonRegexParser.Alpha_numsContext.Underscore 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.
Overloads
| Underscore() | |
| Underscore(Int32) |
Underscore()
public Antlr4.Runtime.Tree.ITerminalNode[] Underscore ();
member this.Underscore : unit -> Antlr4.Runtime.Tree.ITerminalNode[]
Public Function Underscore () As ITerminalNode()
Returns
- Antlr4.Runtime.Tree.ITerminalNode[]
Applies to
Underscore(Int32)
public Antlr4.Runtime.Tree.ITerminalNode Underscore (int i);
member this.Underscore : int -> Antlr4.Runtime.Tree.ITerminalNode
Public Function Underscore (i As Integer) As ITerminalNode
Parameters
- i
- Int32
Returns
- Antlr4.Runtime.Tree.ITerminalNode