Share via


DynamicAttributeBlockCodeGenerator Constructors

Definition

Overloads

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the DynamicAttributeBlockCodeGenerator class.

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

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the DynamicAttributeBlockCodeGenerator class.

DynamicAttributeBlockCodeGenerator(LocationTagged<String>, SourceLocation)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the DynamicAttributeBlockCodeGenerator class.

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)

Parameters

prefix
LocationTagged<String>

The string prefix.

valueStart
SourceLocation

The value start.

Applies to

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

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instances of the DynamicAttributeBlockCodeGenerator class.

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)

Parameters

prefix
LocationTagged<String>

The prefix.

offset
Int32

The offset values.

line
Int32

The line values.

col
Int32

The col.

Applies to