SyncParentModule(IModule[]) Constructor
Creates a new container module with the specified child modules. Any null items in the sequence of modules will be discarded.
Namespace
Statiq.Common
Containing Type
SyncParentModule

Syntax

protected SyncParentModule(params IModule[] children)

Parameters

Name Type Description
children IModule[] The child modules.