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 | I |
The container configurator. |
Return Value
| Type | Description |
|---|---|
| void |
