Summary
Adds modules to 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 Add(params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
modules | IModule[] | The modules to add. |
Return Value
Type | Description |
---|---|
void |