C# 클래스 Ninject.Extensions.NamedScope.DisposeNotifyingObject

An object that notifies when ti is disposed.
상속: DisposableObject, INotifyWhenDisposed
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.NamedScope 1 사용 예제들

공개 메소드들

메소드 설명
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