ExpressionAntlrParser.StringInterpolationContext.STRING_INTERPOLATION_START メソッド

定義

オーバーロード

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()

戻り値

Antlr4.Runtime.Tree.ITerminalNode[]

適用対象

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

パラメーター

i
Int32

戻り値

Antlr4.Runtime.Tree.ITerminalNode

適用対象