Share via


HelperCodeGenerator(LocationTagged<String>, Boolean) Constructor

Definition

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

public HelperCodeGenerator (System.Web.Razor.Text.LocationTagged<string> signature, bool headerComplete);
new System.Web.Razor.Generator.HelperCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * bool -> System.Web.Razor.Generator.HelperCodeGenerator
Public Sub New (signature As LocationTagged(Of String), headerComplete As Boolean)

Parameters

signature
LocationTagged<String>

The signature.

headerComplete
Boolean

true to complete the header; otherwise, false.

Applies to