Tokenizer<TSymbol, TSymbolType>.Reset Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the tokenizer status to its initial state.
Namespace: System.Web.Razor.Tokenizer
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Sub Reset
'Usage
Dim instance As Tokenizer
instance.Reset()
public void Reset()
public:
void Reset()
member Reset : unit -> unit
public function Reset()