C# Class Hiro.DependencyContainerExtensions

Represents a helper that adds helper methods to the IDependencyContainer interface.
Afficher le fichier Open project: philiplaureano/Hiro

Méthodes publiques

Méthode Description
GetServiceMap ( this container ) : IImplementation>.IDictionary

Creates a service map that lists the available services in the current dependency map.

Method Details

GetServiceMap() public static méthode

Creates a service map that lists the available services in the current dependency map.
public static GetServiceMap ( this container ) : IImplementation>.IDictionary
container this /// The dependency container. ///
Résultat IImplementation>.IDictionary