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

The processor for the singleton scope
Inheritance: Ninject.Components.NinjectComponent, IScopeHandler
显示文件 Open project: ninject/Ninject.Extensions.Xml Class Usage Examples

Public Methods

Method Description
SetScope ( IBindingInSyntax syntax ) : void

Sets the scope using the given syntax.

Method Details

SetScope() public method

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