BuildConfiguration<TBootstrapper>(TBootstrapper, Action<IConfigurationBuilder>) Method

Syntax

public static TBootstrapper BuildConfiguration<TBootstrapper>(this TBootstrapper bootstrapper, Action<IConfigurationBuilder> action) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
action Action<IConfigurationBuilder>

Return Value

Type Description
TBootstrapper