Property | Type | Description | |
---|---|---|---|
_syncRoot | object |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Method implementing main cleanup required when implementing IDisposable. Always remember to invoke this method explicitly or implicitly when cleaning up the object!
|
|
ExtendedDisposableBase ( ) : System |
Creates a new ExtendedDisposableBase instance.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
IDisposable clean-up method. Frees any resources.
|
|
ThrowIfDisposed ( ) : void |
Throws an ObjectDisposedException if the object has been disposed.
|
Method | Description | |
---|---|---|
RaiseDisposed ( ) : void |