NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextReader.Null

Provides a TextReader with no data to read from.

[Visual Basic]
Public Shared ReadOnly Null As TextReader
[C#]
public static readonly TextReader Null;
[C++]
public: static readonly TextReader* Null;
[JScript]
public static var Null : TextReader;

See Also

TextReader Class | TextReader Members | System.IO Namespace