C# Class Scrutor.ServiceCollectionExtensions

Afficher le fichier Open project: khellang/Scrutor

Méthodes publiques

Méthode Description
Scan ( this services, Action action ) : IServiceCollection

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

Private Methods

Méthode Description
Populate ( this services, ISelector selector ) : IServiceCollection

Method Details

Scan() public static méthode

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.
Résultat IServiceCollection