Insert(int, IModule[]) Method
Inserts modules into the list. Any null items in the sequence of modules will be discarded.
Namespace
Statiq.Common
Containing Type
ModuleList

Syntax

public void Insert(int index, params IModule[] modules)

Parameters

Name Type Description
index int The index at which to insert the modules.
modules IModule[] The modules to insert.