AddCommand<TBootstrapper>(TBootstrapper, Type) Method
Namespace
Statiq.App
Containing Type
BootstrapperCommandExtensions

Syntax

public static TBootstrapper AddCommand<TBootstrapper>(this TBootstrapper bootstrapper, Type commandType) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
commandType Type

Return Value

Type Description
TBootstrapper