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(IEnumerable<IModule> modules)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IEnumerable |
The modules to execute. |
Return Value
| Type | Description |
|---|---|
| void |
