Concat.

Concat(IEnumerable<IModule>) Constructor

Summary

Executes the specified modules with an empty initial input document.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Concat

Syntax

public Concat(IEnumerable<IModule> modules)

Parameters

Name Type Description
modules IEnumerable<IModule> The modules to execute.

Return Value

Type Description
void
GitHub