Releases the unmanaged resources used by the
FastColoredTextBox and optionally releases the managed resources
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
protected override void Dispose(
bool disposing
) |
| Visual Basic |
|---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
| Visual C++ |
|---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also