Summary
Adds a new unnamed pipeline to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- Pipeline
Collection Extensions
Syntax
public static IPipeline Add(this IPipelineCollection pipelines, IModuleList modules)
Parameters
Name | Type | Description |
---|---|---|
pipelines | IPipelineCollection | The pipeline collection. |
modules | IModuleList | The modules the new pipeline should contain. |
Return Value
Type | Description |
---|---|
IPipeline | The newly added pipeline. |