C# Class Hiro.DependencyContainerExtensions

Represents a helper that adds helper methods to the IDependencyContainer interface.
显示文件 Open project: philiplaureano/Hiro

Public Methods

Method 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 method

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