Share via


Tokenizer<TSymbol, TSymbolType>.MoveNext Method

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

Reads to the next character from the code reader.

Namespace:  System.Web.Razor.Tokenizer
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected Sub MoveNext
'Usage
Me.MoveNext()
protected void MoveNext()
protected:
void MoveNext()
member MoveNext : unit -> unit
protected function MoveNext()

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace