Share via


ParserContext.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 source status is end of file.

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

Property Value

true if the source status is end of file; otherwise, false.

Applies to