Pipeline.

Pipeline(IEnumerable<IModule>) Constructor

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(IEnumerable<IModule> modules)

Parameters

Name Type Description
modules IEnumerable<IModule> The modules in the pipeline.

Return Value

Type Description
void
GitHub