Summary
Initializes a new instance of the
Wyam.Configuration.Configurator
class. This overload
allows passing in a Wyam.Configuration.Preprocessing.Preprocessor
that can be reused and pre-configured
with directives not sourced from the script.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration - Containing Type
- Configurator
Syntax
public Configurator(Engine engine, Preprocessor preprocessor)
Parameters
Name | Type | Description |
---|---|---|
engine | Engine | The engine to configure. |
preprocessor | Preprocessor | The preprocessor. |
Return Value
Type | Description |
---|---|
void |