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

Parameter to pass the scope to NamedScopeReference when it is created.
Наследование: Ninject.Parameters.Parameter
Показать файл Открыть проект

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

Метод Описание
NamedScopeReferenceScopeParameter ( object scope ) : System

Initializes a new instance of the NamedScopeReferenceScopeParameter class.

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

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

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