GeneratedCodeMapping Konstruktory

Definice

Přetížení

GeneratedCodeMapping(Int32, Int32, Int32, Int32)

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 GeneratedCodeMapping třídy.

GeneratedCodeMapping(Int32, Int32, Int32, Int32, Int32)

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 GeneratedCodeMapping třídy.

GeneratedCodeMapping(Int32, Int32, Int32, Int32)

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 GeneratedCodeMapping třídy.

public GeneratedCodeMapping (int startLine, int startColumn, int startGeneratedColumn, int codeLength);
new System.Web.Razor.Generator.GeneratedCodeMapping : int * int * int * int -> System.Web.Razor.Generator.GeneratedCodeMapping
Public Sub New (startLine As Integer, startColumn As Integer, startGeneratedColumn As Integer, codeLength As Integer)

Parametry

startLine
Int32

Počáteční řádek

startColumn
Int32

Počáteční sloupec

startGeneratedColumn
Int32

Počáteční vygenerovaný sloupec.

codeLength
Int32

Délka kódu.

Platí pro

GeneratedCodeMapping(Int32, Int32, Int32, Int32, Int32)

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 GeneratedCodeMapping třídy.

public GeneratedCodeMapping (int startOffset, int startLine, int startColumn, int startGeneratedColumn, int codeLength);
new System.Web.Razor.Generator.GeneratedCodeMapping : int * int * int * int * int -> System.Web.Razor.Generator.GeneratedCodeMapping
Public Sub New (startOffset As Integer, startLine As Integer, startColumn As Integer, startGeneratedColumn As Integer, codeLength As Integer)

Parametry

startOffset
Int32

Počáteční odsazení

startLine
Int32

Počáteční řádek

startColumn
Int32

Počáteční sloupec

startGeneratedColumn
Int32

Počáteční vygenerovaný sloupec.

codeLength
Int32

Délka kódu.

Platí pro