LineWrappingTextWriterBaseWriter Property
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public TextWriter BaseWriter { get; }
Public ReadOnly Property BaseWriter As TextWriter
Get
Dim instance As LineWrappingTextWriter
Dim value As TextWriter
value = instance.BaseWriter
public:
property TextWriter^ BaseWriter {
TextWriter^ get ();
}
Property Value
TextWriter
The
TextWriter that this
LineWrappingTextWriter is writing to.