Provides a repository with no backing store that can be written to, but not read from. Use Null to redirect output to a stream that will not consume any operating system resources.
[Visual Basic] Public Shared ReadOnly Null As TextWriter [C#] public static readonly TextWriter Null; [C++] public: static readonly TextWriter* Null; [JScript] public static var Null : TextWriter;