Udostępnij przez


DynamicAttributeBlockCodeGenerator Konstruktory

Definicja

Przeciążenia

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

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

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, 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 DynamicAttributeBlockCodeGenerator nowe wystąpienia klasy.

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

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

public DynamicAttributeBlockCodeGenerator(System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.SourceLocation valueStart);
new System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), valueStart As SourceLocation)

Parametry

prefix
LocationTagged<String>

Prefiks ciągu.

valueStart
SourceLocation

Początek wartości.

Dotyczy

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, 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 DynamicAttributeBlockCodeGenerator nowe wystąpienia klasy.

public DynamicAttributeBlockCodeGenerator(System.Web.Razor.Text.LocationTagged<string> prefix, int offset, int line, int col);
new System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * int * int * int -> System.Web.Razor.Generator.DynamicAttributeBlockCodeGenerator
Public Sub New (prefix As LocationTagged(Of String), offset As Integer, line As Integer, col As Integer)

Parametry

prefix
LocationTagged<String>

Prefiks.

offset
Int32

Wartości przesunięcia.

line
Int32

Wartości wierszy.

col
Int32

Kolumna.

Dotyczy