Share via


TokenizerView<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 that indicates whether the view can reach the end of a file.

public bool EndOfFile { get; }
member this.EndOfFile : bool
Public ReadOnly Property EndOfFile As Boolean

Property Value

true if the view can reach the end of a file; otherwise, false.

Applies to