Summary
Inserts a module into the list with a specified name.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- ContainerModule
Syntax
public void Insert(int index, string name, IModule module)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index at which to insert the module. |
name | string | The name of the inserted module. |
module | IModule | The module to insert/ |
Return Value
Type | Description |
---|---|
void |