DynamicAttributeBlockCodeGenerator 建構函式

定義

多載

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 DynamicAttributeBlockCodeGenerator

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, Int32, Int32, Int32)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 DynamicAttributeBlockCodeGenerator

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 DynamicAttributeBlockCodeGenerator

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)

參數

prefix
LocationTagged<String>

字串前置詞。

valueStart
SourceLocation

開始值。

適用於

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, Int32, Int32, Int32)

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 DynamicAttributeBlockCodeGenerator

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)

參數

prefix
LocationTagged<String>

前置詞。

offset
Int32

位移值。

line
Int32

行值。

col
Int32

col。

適用於