C# 클래스 Scrutor.ServiceCollectionExtensions

파일 보기 프로젝트 열기: khellang/Scrutor

공개 메소드들

메소드 설명
Scan ( this services, Action action ) : IServiceCollection

Adds registrations to the services collection using conventions specified using the action.

비공개 메소드들

메소드 설명
Populate ( this services, ISelector selector ) : IServiceCollection

메소드 상세

Scan() 공개 정적인 메소드

Adds registrations to the services collection using conventions specified using the action.
If either the /// or arguments are null.
public static Scan ( this services, Action action ) : IServiceCollection
services this The services to add to.
action Action The configuration action.
리턴 IServiceCollection