Sdílet prostřednictvím


SourceRange Konstruktory

Definice

Přetížení

SourceRange()

Inicializuje novou instanci SourceRange třídy .

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

Inicializuje novou instanci SourceRange třídy .

SourceRange()

Inicializuje novou instanci SourceRange třídy .

public SourceRange ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci SourceRange třídy .

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

Cestu.

startLine
Int32

index počátečního řádku.

startChar
Int32

spuštění indexu znaků.

endLine
Int32

index koncového řádku.

endChar
Int32

znak koncového řádku.

Platí pro