C# Class Contrive.Common.DisposableBase

Inheritance: IDisposable
Show file Open project: alanstevens/Contrive

Protected Methods

Method Description
OnDisposing ( bool disposing ) : void

Private Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void

Method Details

OnDisposing() protected abstract method

protected abstract OnDisposing ( bool disposing ) : void
disposing bool
return void