TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Lookahead Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
TSymbol Lookahead(int count);
protected TSymbol Lookahead (int count);
member this.Lookahead : int -> 'Symbol
Protected Function Lookahead (count As Integer) As TSymbol
Parameters
- count
- Int32
Returns
TSymbol