CodeBlockInfo Constructor (String, SourceLocation, Boolean)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
start As SourceLocation, _
isTopLevel As Boolean _
)
'Usage
Dim name As String
Dim start As SourceLocation
Dim isTopLevel As Boolean
Dim instance As New CodeBlockInfo(name, start, _
isTopLevel)
public CodeBlockInfo(
string name,
SourceLocation start,
bool isTopLevel
)
public:
CodeBlockInfo(
String^ name,
SourceLocation start,
bool isTopLevel
)
public function CodeBlockInfo(
name : String,
start : SourceLocation,
isTopLevel : boolean
)
Parameters
- name
Type: System.String
- start
Type: System.Web.Razor.Text.SourceLocation
- isTopLevel
Type: System.Boolean
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.