Disposes of resources owned by this object.
Syntax
protected virtual void Dispose(
bool
)
protected:
virtual void Dispose(
bool
)
'Declaration
Protected Overloads Overridable Sub Dispose( _
ByVal As Boolean _
)
'Usage
Dim instance As DropOutResult
Dim disposing As Boolean
instance.Dispose(disposing)
Parameters
- disposing
- A value indicating if this method is being called through the Dispose(Boolean) method or through the object's finalizer.
See Also