C# Class Glare.DisposableObject

A NamedObject that can also be disposed, sends an event when disposed, and can be tested for disposal state.
Inheritance: NamedObject, IDisposable
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Dispose ( ) : void

Dispose of the object.

Protected Methods

Method Description
DisposeBase ( ) : void

Dispose of the object.

Method Details

Dispose() public method

Dispose of the object.
public Dispose ( ) : void
return void

DisposeBase() protected abstract method

Dispose of the object.
protected abstract DisposeBase ( ) : void
return void