BlockBuilder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.