C# 클래스 Hiro.DependencyContainerExtensions

Represents a helper that adds helper methods to the IDependencyContainer interface.
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
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