Adds a module to execute. This method is mainly to support collection initialization.
- Namespace
- Statiq
.Core - Containing Type
- ExecuteSources
- Implements
-
- ICollection
<IModule> .Add (IModule)
- ICollection
Syntax
public void Add(IModule module)
Parameters
Name | Type | Description |
---|---|---|
module | IModule | The module to add. |