C# Class Ninject.Extensions.NamedScope.NamedScopeReferenceScopeParameter

Parameter to pass the scope to NamedScopeReference when it is created.
Inheritance: Ninject.Parameters.Parameter
显示文件 Open project: ninject/Ninject.Extensions.NamedScope

Public Methods

Method Description
NamedScopeReferenceScopeParameter ( object scope ) : System

Initializes a new instance of the NamedScopeReferenceScopeParameter class.

Method Details

NamedScopeReferenceScopeParameter() public method

Initializes a new instance of the NamedScopeReferenceScopeParameter class.
public NamedScopeReferenceScopeParameter ( object scope ) : System
scope object The scope.
return System