Clean up any resources being used.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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 |
F# |
---|
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit |
Parameters
- disposing
- Type: System..::..Boolean
true if managed resources should be disposed; otherwise, false.
See Also