ConfigureEngine<TBootstrapper>(TBootstrapper, Action<IEngine>) Method

Syntax

public static TBootstrapper ConfigureEngine<TBootstrapper>(this TBootstrapper bootstrapper, Action<IEngine> action) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
action Action<IEngine>

Return Value

Type Description
TBootstrapper