C# Class Ninject.Extensions.NamedScope.DisposeNotifyingObject

An object that notifies when ti is disposed.
Inheritance: DisposableObject, INotifyWhenDisposed
Afficher le fichier Open project: ninject/Ninject.Extensions.NamedScope Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Dispose() public méthode

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.
Résultat void