public UsageWriter(
LineWrappingTextWriter? writer = null,
bool? useColor = null
)
Public Sub New (
Optional writer As LineWrappingTextWriter = Nothing,
Optional useColor As Boolean? = Nothing
)
Dim writer As LineWrappingTextWriter
Dim useColor As Boolean?
Dim instance As New UsageWriter(writer,
useColor)
public:
UsageWriter(
LineWrappingTextWriter^ writer = nullptr,
Nullable<bool> useColor = nullptr
)
If the writer parameter is , output is written to a LineWrappingTextWriter for the standard output stream, wrapping at the console's window width. If the stream is redirected, output may still be wrapped, depending on the value returned by ConsoleWindowWidth.