C# 클래스 Ninject.Extensions.NamedScope.NamedScopeReferenceScopeParameter

Parameter to pass the scope to NamedScopeReference when it is created.
상속: Ninject.Parameters.Parameter
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.NamedScope

공개 메소드들

메소드 설명
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