Tokenizer<TSymbol, TSymbolType>.Peek Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Reads the next symbol in the code.
Namespace: System.Web.Razor.Tokenizer
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Function Peek As Char
'Usage
Dim returnValue As Char
returnValue = Me.Peek()
protected char Peek()
protected:
wchar_t Peek()
member Peek : unit -> char
protected function Peek() : char
Return Value
Type: System.Char
The next symbol to read.