Udostępnij przez


SourceLocation(Int32, Int32, Int32) Konstruktor

Definicja

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje SourceLocation nowe wystąpienie klasy.

public SourceLocation(int absoluteIndex, int lineIndex, int characterIndex);
new System.Web.Razor.Text.SourceLocation : int * int * int -> System.Web.Razor.Text.SourceLocation
Public Sub New (absoluteIndex As Integer, lineIndex As Integer, characterIndex As Integer)

Parametry

absoluteIndex
Int32

Indeks bezwzględny.

lineIndex
Int32

Indeks wiersza.

characterIndex
Int32

Indeks znaków.

Dotyczy