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 AddRange(IEnumerable<IModule> modules)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IEnumerable |
The modules to add. |