C# 클래스 BuildIt.ServiceLocation.ServiceLocator

This class provides the ambient container for this application. If your framework defines such an ambient container, use ServiceLocator.Current to get it.
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
SetLocatorProvider ( ServiceLocatorProvider newProvider ) : void

Set the delegate that is used to retrieve the current container.

메소드 상세

SetLocatorProvider() 공개 정적인 메소드

Set the delegate that is used to retrieve the current container.
public static SetLocatorProvider ( ServiceLocatorProvider newProvider ) : void
newProvider ServiceLocatorProvider Delegate that, when called, will return /// the current ambient container.
리턴 void