Click or drag to resize
TextWriterNull Field
Provides a TextWriter with no backing store that can be written to, but not read from.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static readonly TextWriter Null

Field Value

Type: TextWriter
See Also