Dispose of the resources owned by this class.
Syntax
'Declaration
Protected Overloads Overridable Sub Dispose( _
ByVal As Boolean _
)
'Usage
Dim instance As FormResult
Dim disposing As Boolean
instance.Dispose(disposing)
protected virtual void Dispose(
bool
)
protected: virtual void Dispose(
bool
)
protected:
virtual void Dispose(
bool
)
Parameters
- disposing
-
A value indicating whether this object is being disposed
through the IDisposable interface or not, and therefore
the object is being finalized.
See Also