Udostępnij przez


GeneratedCodeMapping Konstruktory

Definicja

Przeciążenia

GeneratedCodeMapping(Int32, Int32, Int32, Int32)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedCodeMapping nowe wystąpienie klasy .

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

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedCodeMapping nowe wystąpienie klasy .

GeneratedCodeMapping(Int32, Int32, Int32, Int32)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedCodeMapping nowe wystąpienie klasy .

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

Linia początkowa.

startColumn
Int32

Kolumna początkowa.

startGeneratedColumn
Int32

Kolumna początkowa wygenerowana.

codeLength
Int32

Długość kodu.

Dotyczy

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

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje GeneratedCodeMapping nowe wystąpienie klasy .

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

Przesunięcie początku.

startLine
Int32

Linia początkowa.

startColumn
Int32

Kolumna początkowa.

startGeneratedColumn
Int32

Kolumna początkowa wygenerowana.

codeLength
Int32

Długość kodu.

Dotyczy