LineWrappingTextWriterDispose(Boolean) Method

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

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
to release both managed and unmanaged resources; to release only unmanaged resources.

See Also