Share via


BlockBuilder.Reset Method

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

Resets the block builder to its original position.

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

Syntax

'Declaration
Public Sub Reset
'Usage
Dim instance As BlockBuilder

instance.Reset()
public void Reset()
public:
void Reset()
member Reset : unit -> unit
public function Reset()

See Also

Reference

BlockBuilder Class

System.Web.Razor.Parser.SyntaxTree Namespace