SourceLocation Constructeurs

Définition

Surcharges

SourceLocation(Int32, Int32, Int32)

Initialise une nouvelle instance de SourceLocation.

SourceLocation(String, Int32, Int32, Int32)

Initialise une nouvelle instance de SourceLocation.

SourceLocation(Int32, Int32, Int32)

Initialise une nouvelle instance de 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)

Paramètres

absoluteIndex
Int32

Index absolu.

lineIndex
Int32

Index de ligne.

characterIndex
Int32

Index de caractère.

S’applique à

SourceLocation(String, Int32, Int32, Int32)

Initialise une nouvelle instance de 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)

Paramètres

filePath
String

Chemin d'accès au fichier.

absoluteIndex
Int32

Index absolu.

lineIndex
Int32

Index de ligne.

characterIndex
Int32

Index de caractère.

S’applique à