AspNet.StarterKits.Classifieds.BusinessLogicLayer.CategoriesDB.Dispose C# (CSharp) Method

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void
		protected virtual void Dispose(bool disposing)
		{
			if (this.disposedValue != true)
			{
				if (disposing)
				{
					// Free unmanaged resources when explicitly called.
				}
			}
			this.disposedValue = true;
		}

Same methods

CategoriesDB::Dispose ( ) : void