Condividi tramite


SourceRange Costruttori

Definizione

Overload

SourceRange()

Inizializza una nuova istanza della classe SourceRange.

SourceRange(String, Int32, Int32, Int32, Int32)

Inizializza una nuova istanza della classe SourceRange.

SourceRange()

Inizializza una nuova istanza della classe SourceRange.

public SourceRange ();
Public Sub New ()

Si applica a

SourceRange(String, Int32, Int32, Int32, Int32)

Inizializza una nuova istanza della classe SourceRange.

public SourceRange (string path, int startLine, int startChar, int endLine, int endChar);
new Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange : string * int * int * int * int -> Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange
Public Sub New (path As String, startLine As Integer, startChar As Integer, endLine As Integer, endChar As Integer)

Parametri

path
String

Percorso.

startLine
Int32

indice della riga iniziale.

startChar
Int32

avviare l'indice char.

endLine
Int32

indice della riga finale.

endChar
Int32

carattere di fine riga.

Si applica a