Share via


CSharpCodeParser.Block Constructors

Definition

Overloads

CSharpCodeParser.Block(CSharpSymbol)

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 CSharpCodeParser.Block class.

CSharpCodeParser.Block(String, SourceLocation)

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 CSharpCodeParser.Block class.

CSharpCodeParser.Block(CSharpSymbol)

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 CSharpCodeParser.Block class.

public Block (System.Web.Razor.Tokenizer.Symbols.CSharpSymbol symbol);
new System.Web.Razor.Parser.CSharpCodeParser.Block : System.Web.Razor.Tokenizer.Symbols.CSharpSymbol -> System.Web.Razor.Parser.CSharpCodeParser.Block
Public Sub New (symbol As CSharpSymbol)

Parameters

symbol
CSharpSymbol

The CSharp symbol.

Applies to

CSharpCodeParser.Block(String, SourceLocation)

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 CSharpCodeParser.Block class.

public Block (string name, System.Web.Razor.Text.SourceLocation start);
new System.Web.Razor.Parser.CSharpCodeParser.Block : string * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Parser.CSharpCodeParser.Block
Public Sub New (name As String, start As SourceLocation)

Parameters

name
String

The string name.

start
SourceLocation

The start of the source location.

Applies to