SourceLocation Konstruktory

Definice

Přetížení

SourceLocation(Int32, Int32, Int32)

Inicializuje novou instanci SourceLocation .

SourceLocation(String, Int32, Int32, Int32)

Inicializuje novou instanci SourceLocation .

SourceLocation(Int32, Int32, Int32)

Inicializuje novou instanci 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)

Parametry

absoluteIndex
Int32

Absolutní index.

lineIndex
Int32

Index čáry.

characterIndex
Int32

Index znaků.

Platí pro

SourceLocation(String, Int32, Int32, Int32)

Inicializuje novou instanci 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)

Parametry

filePath
String

Cesta k souboru.

absoluteIndex
Int32

Absolutní index.

lineIndex
Int32

Index čáry.

characterIndex
Int32

Index znaků.

Platí pro