ExpressionAntlrParser.StringInterpolationContext.STRING_INTERPOLATION_START Method

Definition

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

Applies to