Summary
Creates a pipeline with the specified modules
and a default name equal to the class name.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- Pipeline
Syntax
public Pipeline(IEnumerable<IModule> modules)
Parameters
Name | Type | Description |
---|---|---|
modules | IEnumerable |
The modules in the pipeline. |
Return Value
Type | Description |
---|---|
void |