Summary
Wraps a module and gives it the specified name.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- NamedModule
Syntax
public NamedModule(string name, IModule module)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the module. |
module | IModule | The wrapped module. |
Return Value
Type | Description |
---|---|
void |