Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Ninject
Extensions
NamedScope
DisposeNotifyingObject
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