C# Class Hiro.Compilers.ServiceMapBuilder

Represents the default implementation of the IServiceMapBuilder interface.
Inheritance: IServiceMapBuilder
Datei anzeigen Open project: philiplaureano/Hiro Class Usage Examples

Public Methods

Method Description
GetAvailableServices ( IDependencyContainer dependencyContainer ) : IImplementation>.IDictionary

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

Method Details

GetAvailableServices() public method

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.
return IImplementation>.IDictionary