| StreamReaderEndOfStream Property | 
Gets a value that indicates whether the current stream position is at the end of the stream.
 
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic bool EndOfStream { get; }Return Value
Type: 
Booleantrue if the current stream position is at the end of the stream; otherwise false.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The underlying stream has been disposed. | 
 See Also
See Also