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
Syntaxprotected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
Dim disposing As Boolean
Me.Dispose(disposing)
protected:
virtual void Dispose(
bool disposing
) override
Parameters
- disposing
- Type: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also