Język

SourceRange Konstruktory

Definicja

Przeciążenia

Nazwa Opis
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żkę.

startLine
Int32

Indeks linii startowej.

startChar
Int32

Rozpocznij indeks postaci.

endLine
Int32

Indeks końcowy.

endChar
Int32

Zakończenie linii char.

Dotyczy