AddAnalyzer<TBootstrapper>(TBootstrapper, IAnalyzer) Method
Namespace
Statiq.App
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static TBootstrapper AddAnalyzer<TBootstrapper>(this TBootstrapper bootstrapper, IAnalyzer analyzer) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
analyzer IAnalyzer

Return Value

Type Description
TBootstrapper