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