Udostępnij za pośrednictwem


SourceRange Konstruktory

Definicja

Przeciążenia

SourceRange()

Inicjuje nowe wystąpienie klasy SourceRange.

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

Inicjuje nowe wystąpienie klasy SourceRange.

SourceRange()

Inicjuje nowe wystąpienie klasy SourceRange.

public SourceRange ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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)

Parametry

path
String

Ścieżka.

startLine
Int32

początkowy indeks wiersza.

startChar
Int32

uruchom indeks znaków.

endLine
Int32

indeks wiersza końcowego.

endChar
Int32

znak końca wiersza.

Dotyczy