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(params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
modules | IModule[] | The initial modules in the list. |
Return Value
Type | Description |
---|---|
void |