Table of Contents

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

inner TextWriter

The underlying TextWriter to which output is delegated.

leaveOpen bool

Whether to leave the underlying TextWriter open when this instance is disposed.