Configure<TConfigurable>(Bootstrapper, Action<TConfigurable>) Method

Syntax

public static Bootstrapper Configure<TConfigurable>(this Bootstrapper bootstrapper, Action<TConfigurable> action) 
    where TConfigurable : IConfigurable

Type Parameters

Name Description
TConfigurable

Parameters

Name Type Description
bootstrapper Bootstrapper
action Action<TConfigurable>

Return Value

Type Description
Bootstrapper