Clean up any resources being used.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
protected override void Dispose( bool disposing ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub Dispose ( _ disposing As Boolean _ ) |
Visual C++ |
---|
protected: virtual void Dispose( bool disposing ) override |
Parameters
- disposing
- Type: System..::.Boolean
A boolindicating whether to release both managed and unmanaged resources.
Remarks
true to release both managed and unmanaged resources;
false to release only unmanaged resources.