Adds modules to the list.
Any
null
items in the sequence of modules will be discarded.
- Namespace
- Statiq
.Common - Containing Type
- ModuleList
Syntax
public void Add(params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
modules | IModule[] | The modules to add. |