Click or drag to resize

LineWrappingTextWriterDispose Method (Boolean)

Releases the unmanaged resources used by the LineWrappingTextWriter and optionally releases the managed resources.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also