LineWrappingTextWriterBaseWriter Property

Gets the TextWriter that this LineWrappingTextWriter is writing to.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public TextWriter BaseWriter { get; }

Property Value

TextWriter
The TextWriter that this LineWrappingTextWriter is writing to.

See Also