C# Class Hiro.Compilers.ServiceMapBuilder

Represents the default implementation of the IServiceMapBuilder interface.
Inheritance: IServiceMapBuilder
Afficher le fichier Open project: philiplaureano/Hiro Class Usage Examples

Méthodes publiques

Méthode Description
GetAvailableServices ( IDependencyContainer dependencyContainer ) : IImplementation>.IDictionary

Gets the list of available services from the given dependency container.

Method Details

GetAvailableServices() public méthode

Gets the list of available services from the given dependency container.
public GetAvailableServices ( IDependencyContainer dependencyContainer ) : IImplementation>.IDictionary
dependencyContainer IDependencyContainer The container that holds the application dependencies.
Résultat IImplementation>.IDictionary