Udostępnij za pośrednictwem


SourcePoint Konstruktory

Definicja

Przeciążenia

SourcePoint()

Inicjuje nowe wystąpienie klasy SourcePoint.

SourcePoint(Int32, Int32)

Inicjuje nowe wystąpienie klasy SourcePoint.

SourcePoint()

Inicjuje nowe wystąpienie klasy SourcePoint.

public SourcePoint ();
Public Sub New ()

Dotyczy

SourcePoint(Int32, Int32)

Inicjuje nowe wystąpienie klasy 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)

Parametry

lineIndex
Int32

indeks wiersza.

charIndex
Int32

indeks znaków.

Dotyczy