C# 클래스 Hiro.Loaders.ServicePicker

Represents a class that determines the default service implementation from a list of service implementations.
상속: IServicePicker
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
ChooseDefaultServiceFrom ( System serviceType, IEnumerable services ) : IServiceInfo

Determines which IServiceInfo instance should be used as the default service.

메소드 상세

ChooseDefaultServiceFrom() 공개 메소드

Determines which IServiceInfo instance should be used as the default service.
public ChooseDefaultServiceFrom ( System serviceType, IEnumerable services ) : IServiceInfo
serviceType System The service type.
services IEnumerable The list of services.
리턴 IServiceInfo