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 index。

适用于