DelegatingTextWriter.DelegatingTextWriter Constructor
Definition
- Namespace
- DotMake.CommandLine.Util
- Assembly
- DotMake.CommandLine.dll
Initializes a new instance of the DelegatingTextWriter class.
public DelegatingTextWriter(TextWriter inner, bool leaveOpen = true)
Parameters
innerTextWriterThe underlying TextWriter to which output is delegated.
leaveOpenboolWhether to leave the underlying TextWriter open when this instance is disposed.