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