Pipeline.

Insert(int, IModule[]) Method

Summary

Inserts modules into the list. Any null items in the sequence of modules will be discarded.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
Pipeline

Syntax

public void Insert(int index, params IModule[] modules)

Parameters

Name Type Description
index int The index at which to insert the modules.
modules IModule[] The modules to insert.

Return Value

Type Description
void
GitHub