C# 클래스 Hiro.Compilers.ServiceMapBuilder

Represents the default implementation of the IServiceMapBuilder interface.
상속: IServiceMapBuilder
파일 보기 프로젝트 열기: philiplaureano/Hiro 1 사용 예제들

공개 메소드들

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