Summary
Executes the specified modules with an empty initial input document.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- Concat
Syntax
public Concat(params IModule[] modules)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IModule[] | The modules to execute. |
Return Value
| Type | Description |
|---|---|
| void |
