Adds a module to the initial condition. This method is mainly to support collection initialization of the module.
- Namespace
- Statiq
.Core - Containing Type
- ExecuteBranch
Syntax
public void Add(IModule module)
Parameters
| Name | Type | Description |
|---|---|---|
| module | IModule | The module to add. |