Share via


Tokenizer<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 whether the tokenizer current location is at the end of the file.

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

Property Value

true if the tokenizer current location is at the end of the file; otherwise, false.

Applies to