C# 클래스 Ninject.Extensions.Xml.Scopes.SingletonScopeHandler

The processor for the singleton scope
상속: Ninject.Components.NinjectComponent, IScopeHandler
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.Xml 1 사용 예제들

공개 메소드들

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