Click or drag to resize
StreamWriterNull Field
Provides a StreamWriter 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 StreamWriter Null

Field Value

Type: StreamWriter
See Also