ModuleList(IModule[]) Constructor
Creates a new module list with an initial set of modules. Any null items in the sequence of modules will be discarded.
Namespace
Statiq.Common
Containing Type
ModuleList

Syntax

public ModuleList(params IModule[] modules)

Parameters

Name Type Description
modules IModule[] The initial modules in the list.