ModuleCollection.

ModuleCollection(IEnumerable<IModule>) Constructor

Summary

Creates a module collection with the specified child modules. Any null items in the sequence of modules will be discarded.

Syntax

public ModuleCollection(IEnumerable<IModule> modules)

Parameters

Name Type Description
modules IEnumerable<IModule> The child modules.

Return Value

Type Description
void
GitHub