C# Класс Ninject.Extensions.Xml.Scopes.SingletonScopeHandler

The processor for the singleton scope
Наследование: Ninject.Components.NinjectComponent, IScopeHandler
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SetScope ( IBindingInSyntax syntax ) : void

Sets the scope using the given syntax.

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

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

Sets the scope using the given syntax.
public SetScope ( IBindingInSyntax syntax ) : void
syntax IBindingInSyntax The syntax that is used to set the scope.
Результат void