 | HtmlWriterDispose(Boolean) Method |
Release the unmanaged resources used by the
HtmlWriter and
optionally releases the managed resources.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxprotected virtual void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- to release both managed and unmanaged resources;
to release only the unmanaged resources.
Remarks
Releases any unmanaged resources used by the
HtmlWriter and
optionally releases the managed resources.
See Also