SourceReader.AtEnd Property
Definition
Returns true if the reader is at the end of the file, false otherwise.
public bool AtEnd { get; }
Property Value
Whether the reader is at the end of the file or not.
Returns true if the reader is at the end of the file, false otherwise.
public bool AtEnd { get; }
Whether the reader is at the end of the file or not.