The Dispose Finalize pattern ensures that resources are released when the object is no longer needed
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
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