C# Class Ninject.Extensions.NamedScope.DisposeNotifyingObject

An object that notifies when ti is disposed.
Inheritance: DisposableObject, INotifyWhenDisposed
显示文件 Open project: ninject/Ninject.Extensions.NamedScope Class Usage Examples

Public Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Dispose() public method

Releases unmanaged and - optionally - managed resources
public Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void