Поделиться через


SourceLocation Конструкторы

Определение

Перегрузки

SourceLocation(Int32, Int32, Int32)

Инициализирует новый экземпляр SourceLocation.

SourceLocation(String, Int32, Int32, Int32)

Инициализирует новый экземпляр SourceLocation.

SourceLocation(Int32, Int32, Int32)

Инициализирует новый экземпляр SourceLocation.

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

Параметры

absoluteIndex
Int32

Абсолютный индекс.

lineIndex
Int32

Индекс строки.

characterIndex
Int32

Символьный индекс.

Применяется к

SourceLocation(String, Int32, Int32, Int32)

Инициализирует новый экземпляр SourceLocation.

public:
 SourceLocation(System::String ^ filePath, int absoluteIndex, int lineIndex, int characterIndex);
public SourceLocation (string filePath, int absoluteIndex, int lineIndex, int characterIndex);
new Microsoft.AspNetCore.Razor.SourceLocation : string * int * int * int -> Microsoft.AspNetCore.Razor.SourceLocation
Public Sub New (filePath As String, absoluteIndex As Integer, lineIndex As Integer, characterIndex As Integer)

Параметры

filePath
String

Путь к файлу.

absoluteIndex
Int32

Абсолютный индекс.

lineIndex
Int32

Индекс строки.

characterIndex
Int32

Символьный индекс.

Применяется к