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

Syntax

public static TBootstrapper AddAnalyzers<TBootstrapper>(this TBootstrapper bootstrapper, Type parentType) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
parentType Type

Return Value

Type Description
TBootstrapper