Summary
Creates a new module list with an initial set of modules.
Any
null items in the sequence of modules will be discarded.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- ModuleList
Syntax
public ModuleList(IEnumerable<IModule> modules)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IEnumerable |
The initial modules in the list. |
Return Value
| Type | Description |
|---|---|
| void |
