Summary
Inserts an existing pipeline into the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IPipelineCollection
Syntax
IPipeline Insert(int index, IPipeline pipeline)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index at which to insert the pipeline. |
pipeline | IPipeline | The pipeline to insert. |
Return Value
Type | Description |
---|---|
IPipeline | The inserted pipeline. |