Share via


BlockBuilder Constructors

Definition

Overloads

BlockBuilder()

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 BlockBuilder class.

BlockBuilder(Block)

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 BlockBuilder class.

BlockBuilder()

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 BlockBuilder class.

public BlockBuilder ();
Public Sub New ()

Applies to

BlockBuilder(Block)

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 BlockBuilder class.

public BlockBuilder (System.Web.Razor.Parser.SyntaxTree.Block original);
new System.Web.Razor.Parser.SyntaxTree.BlockBuilder : System.Web.Razor.Parser.SyntaxTree.Block -> System.Web.Razor.Parser.SyntaxTree.BlockBuilder
Public Sub New (original As Block)

Parameters

original
Block

The original block builder.

Applies to