ContainerModule.

Add(string, IModule) Method

Summary

Adds a module to the list with a specified name.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules
Containing Type
ContainerModule

Syntax

public void Add(string name, IModule module)

Parameters

Name Type Description
name string The name of the module to add.
module IModule The module to add.

Return Value

Type Description
void
GitHub