C# Класс Hiro.DependencyContainerExtensions

Represents a helper that adds helper methods to the IDependencyContainer interface.
Показать файл Открыть проект

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

Метод Описание
GetServiceMap ( this container ) : IImplementation>.IDictionary

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

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

GetServiceMap() публичный статический Метод

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