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

References a scope object. The reference its self has the owner of the scope as scope.
Наследование: DisposeNotifyingObject
Показать файл Открыть проект Примеры использования класса

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

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

Releases unmanaged and - optionally - managed resources

NamedScopeReference ( IDisposable scope ) : System

Initializes a new instance of the NamedScopeReference class.

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

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

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

Initializes a new instance of the NamedScopeReference class.
public NamedScopeReference ( IDisposable scope ) : System
scope IDisposable The scope object.
Результат System