C# Class Ninject.Extensions.Xml.Scopes.SingletonScopeHandler

The processor for the singleton scope
Inheritance: Ninject.Components.NinjectComponent, IScopeHandler
Afficher le fichier Open project: ninject/Ninject.Extensions.Xml Class Usage Examples

Méthodes publiques

Méthode Description
SetScope ( IBindingInSyntax syntax ) : void

Sets the scope using the given syntax.

Method Details

SetScope() public méthode

Sets the scope using the given syntax.
public SetScope ( IBindingInSyntax syntax ) : void
syntax IBindingInSyntax The syntax that is used to set the scope.
Résultat void