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

Syntax

public static TBootstrapper AddAnalyzer<TBootstrapper>(this TBootstrapper bootstrapper, string name, Type analyzerType) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
analyzerType Type

Return Value

Type Description
TBootstrapper