C# Класс Ninject.Extensions.NamedScope.DisposeNotifyingObject

An object that notifies when ti is disposed.
Наследование: DisposableObject, INotifyWhenDisposed
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Описание методов

Dispose() публичный Метод

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.
Результат void