|
CsvReaderEndOfStream Property
|
Gets a value that indicates whether the current stream position is at the end of the stream.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public virtual bool EndOfStream { get; }
Public Overridable ReadOnly Property EndOfStream As Boolean
Get
Request Example
View SourceProperty Value
Type:
Boolean if the current stream position is at the end of the stream; otherwise
.
See Also