Disposes the object and frees ressources for the Garbage Collector.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( _
	disposing As Boolean _
)
protected:
virtual void Dispose (
	bool disposing
)

Parameters

disposing
Boolean
If true, the object gets disposed.

See Also