C# Class 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.
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode Description
SetLocatorProvider ( ServiceLocatorProvider newProvider ) : void

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

Method Details

SetLocatorProvider() public static méthode

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.
Résultat void