StreamReader.Null Field
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
A StreamReader object around an empty stream.
Assembly: mscorlib (in mscorlib.dll)
When read methods are invoked on Null, zero is always returned. When ReadLine is invoked on Null, Nothing is returned.
Show: