Click or drag to resize

LineWrappingTextWriterBaseWriter Property

Gets the TextWriter that this LineWrappingTextWriter is writing to.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public TextWriter BaseWriter { get; }

Property Value

Type: TextWriter
The TextWriter that this LineWrappingTextWriter is writing to.
See Also