Skip to content

SourceReader.AtEnd Property

Definition

Returns true if the reader is at the end of the file, false otherwise.

public bool AtEnd { get; }

View source

Property Value

Boolean

Whether the reader is at the end of the file or not.