SourcePoint Konstruktorok

Definíció

Túlterhelések

SourcePoint()

Inicializálja a osztály új példányát SourcePoint .

SourcePoint(Int32, Int32)

Inicializálja a osztály új példányát SourcePoint .

SourcePoint()

Inicializálja a osztály új példányát SourcePoint .

public SourcePoint();
Public Sub New ()

A következőre érvényes:

SourcePoint(Int32, Int32)

Inicializálja a osztály új példányát 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)

Paraméterek

lineIndex
Int32

sorindex.

charIndex
Int32

karakterindex.

A következőre érvényes: