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


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

Определение

Перегрузки

SourcePoint()

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

SourcePoint(Int32, Int32)

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

SourcePoint()

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

public SourcePoint ();
Public Sub New ()

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

SourcePoint(Int32, Int32)

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

public SourcePoint (int lineIndex, int charIndex);
new Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint : int * int -> Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint
Public Sub New (lineIndex As Integer, charIndex As Integer)

Параметры

lineIndex
Int32

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

charIndex
Int32

индекс char.

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