Share via


SourcePoint Constructors

Definition

Overloads

SourcePoint()

Initializes a new instance of the SourcePoint class.

SourcePoint(Int32, Int32)

Initializes a new instance of the SourcePoint class.

SourcePoint()

Initializes a new instance of the SourcePoint class.

public SourcePoint ();
Public Sub New ()

Applies to

SourcePoint(Int32, Int32)

Initializes a new instance of the SourcePoint class.

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)

Parameters

lineIndex
Int32

line index.

charIndex
Int32

char index.

Applies to