InsertRange(int, IEnumerable<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 InsertRange(int index, IEnumerable<IModule> modules)

Parameters

Name Type Description
index int The index at which to insert the modules.
modules IEnumerable<IModule> The modules to insert.