Summary
Creates a module collection with the specified child modules.
Any
null items in the sequence of modules will be discarded.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Extensibility - Containing Type
- ModuleCollection
Syntax
public ModuleCollection(IEnumerable<IModule> modules)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IEnumerable |
The child modules. |
Return Value
| Type | Description |
|---|---|
| void |
