PipelineCollectionExtensions.

Insert(IPipelineCollection, int, IModuleList) Method

Summary

Inserts a new unnamed pipeline into the collection.

Syntax

public static IPipeline Insert(this IPipelineCollection pipelines, int index, IModuleList modules)

Parameters

Name Type Description
pipelines IPipelineCollection The pipeline collection.
index int The index at which to insert the new pipeline.
modules IModuleList The modules the new pipeline should contain.

Return Value

Type Description
IPipeline The newly inserted pipeline.
GitHub