Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Ninject
Extensions
NamedScope
DisposeNotifyingObject
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