C# Класс Hiro.Compilers.ServiceMapBuilder

Represents the default implementation of the IServiceMapBuilder interface.
Наследование: IServiceMapBuilder
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetAvailableServices ( IDependencyContainer dependencyContainer ) : IImplementation>.IDictionary

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

Описание методов

GetAvailableServices() публичный Метод

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.
Результат IImplementation>.IDictionary