Sdílet prostřednictvím


SourceLocation(Int32, Int32, Int32) Konstruktor

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci SourceLocation třídy.

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

Absolutní index.

lineIndex
Int32

Index řádku.

characterIndex
Int32

Index znaků.

Platí pro