AddConfigurator<TConfigurable>(Bootstrapper, IConfigurator<TConfigurable>) Method

Syntax

public static Bootstrapper AddConfigurator<TConfigurable>(this Bootstrapper bootstrapper, IConfigurator<TConfigurable> configurator) 
    where TConfigurable : IConfigurable

Type Parameters

Name Description
TConfigurable

Parameters

Name Type Description
bootstrapper Bootstrapper
configurator IConfigurator<TConfigurable>

Return Value

Type Description
Bootstrapper