Share via


Tokenizer<TSymbol,TSymbolType>.Peek Method

Definition

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.

protected char Peek ();
member this.Peek : unit -> char
Protected Function Peek () As Char

Returns

The next symbol to read.

Applies to