LGTemplateParser.StructuredTemplateBodyContext.STRUCTURED_NEWLINE Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| STRUCTURED_NEWLINE() | |
| STRUCTURED_NEWLINE(Int32) |
STRUCTURED_NEWLINE()
public Antlr4.Runtime.Tree.ITerminalNode[] STRUCTURED_NEWLINE();
member this.STRUCTURED_NEWLINE : unit -> Antlr4.Runtime.Tree.ITerminalNode[]
Public Function STRUCTURED_NEWLINE () As ITerminalNode()
Retornos
Antlr4.Runtime.Tree.ITerminalNode[]
Aplica-se a
STRUCTURED_NEWLINE(Int32)
public Antlr4.Runtime.Tree.ITerminalNode STRUCTURED_NEWLINE(int i);
member this.STRUCTURED_NEWLINE : int -> Antlr4.Runtime.Tree.ITerminalNode
Public Function STRUCTURED_NEWLINE (i As Integer) As ITerminalNode
Parâmetros
- i
- Int32
Retornos
Antlr4.Runtime.Tree.ITerminalNode