TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.EndOfFile Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the tokenizer is in the end of file.

protected bool EndOfFile { get; }
member this.EndOfFile : bool
Protected ReadOnly Property EndOfFile As Boolean

Property Value

true if the tokenizer is in the end of file; otherwise, false.

Applies to