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(params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
modules | IModule[] | The modules in the pipeline. |
Return Value
Type | Description |
---|---|
void |