BootstrapFeature.

BootstrapFeature(IFileSystem, ICakeEnvironment, IContainerConfigurator) Constructor

Summary

Initializes a new instance of the BootstrapFeature class.
Namespace
Cake.Features.Bootstrapping
Containing Type
BootstrapFeature

Syntax

public BootstrapFeature(IFileSystem fileSystem, ICakeEnvironment environment, IContainerConfigurator configurator)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The Cake environment.
configurator IContainerConfigurator The container configurator.

Return Value

Type Description
void