- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Analyzer Extensions
Syntax
public static TBootstrapper AddAnalyzer<TBootstrapper>(this TBootstrapper bootstrapper, string name, IAnalyzer analyzer)
where TBootstrapper : IBootstrapper
Type Parameters
| Name | Description |
|---|---|
| TBootstrapper |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | TBootstrapper | |
| name | string | |
| analyzer | IAnalyzer |
Return Value
| Type | Description |
|---|---|
| TBootstrapper |