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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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