Поделиться через


SourceRange Конструкторы

Определение

Перегрузки

SourceRange()

Инициализирует новый экземпляр класса SourceRange.

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

Инициализирует новый экземпляр класса SourceRange.

SourceRange()

Инициализирует новый экземпляр класса SourceRange.

public SourceRange ();
Public Sub New ()

Применяется к

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

Инициализирует новый экземпляр класса 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)

Параметры

path
String

пути SQL.

startLine
Int32

индекс начальной строки.

startChar
Int32

start char index.

endLine
Int32

индекс конечной строки.

endChar
Int32

end line char.

Применяется к