Share via


DynamicAttributeBlockCodeGenerator Constructor (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.

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Sub New ( _
    prefix As LocationTagged(Of String), _
    valueStart As SourceLocation _
)
'Usage
Dim prefix As LocationTagged(Of String)
Dim valueStart As SourceLocation 

Dim instance As New DynamicAttributeBlockCodeGenerator(prefix, _
    valueStart)
public DynamicAttributeBlockCodeGenerator(
    LocationTagged<string> prefix,
    SourceLocation valueStart
)
public:
DynamicAttributeBlockCodeGenerator(
    LocationTagged<String^>^ prefix, 
    SourceLocation valueStart
)
new : 
        prefix:LocationTagged<string> * 
        valueStart:SourceLocation -> DynamicAttributeBlockCodeGenerator
public function DynamicAttributeBlockCodeGenerator(
    prefix : LocationTagged<String>, 
    valueStart : SourceLocation
)

Parameters

See Also

Reference

DynamicAttributeBlockCodeGenerator Class

DynamicAttributeBlockCodeGenerator Overload

System.Web.Razor.Generator Namespace