LineWrappingTextWriterBaseWriter Property
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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.