Creates a new container module with the specified child modules.
Any
null items in the sequence of modules will be discarded.
- Namespace
- Statiq
.Common - Containing Type
- ParentModule
Syntax
protected ParentModule(params IModule[] children)
Parameters
| Name | Type | Description |
|---|---|---|
| children | IModule[] | The child modules. |