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