AddSolutionFiles<TBootstrapper>(TBootstrapper, string[]) Method
Namespace
Statiq.Docs
Containing Type
BootstrapperExtensions

Syntax

public static TBootstrapper AddSolutionFiles<TBootstrapper>(this TBootstrapper bootstrapper, params string[] sourceFiles) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
sourceFiles string[]

Return Value

Type Description
TBootstrapper