Share via


BlockBuilder.Build Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Builds a block for this instance.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Function Build As Block
'Usage
Dim instance As BlockBuilder 
Dim returnValue As Block 

returnValue = instance.Build()
public Block Build()
public:
Block^ Build()
member Build : unit -> Block
public function Build() : Block

Return Value

Type: System.Web.Razor.Parser.SyntaxTree.Block
A block builds for this instance.

See Also

Reference

BlockBuilder Class

System.Web.Razor.Parser.SyntaxTree Namespace