ConfigureServices<TBootstrapper>(TBootstrapper, Action<IServiceCollection, IReadOnlySettings, IReadOnlyFileSystem>) Method

Syntax

public static TBootstrapper ConfigureServices<TBootstrapper>(this TBootstrapper bootstrapper, Action<IServiceCollection, IReadOnlySettings, IReadOnlyFileSystem> action) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
action Action<IServiceCollection, IReadOnlySettings, IReadOnlyFileSystem>

Return Value

Type Description
TBootstrapper