ModuleCollection.

AddRange(ModuleCollection) Method

Summary

Adds the items of a NAnt.DotNet.Types.ModuleCollection to the end of the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
ModuleCollection

Syntax

public void AddRange(ModuleCollection items)

Parameters

Name Type Description
items ModuleCollection The NAnt.DotNet.Types.ModuleCollection to be added to the end of the collection.

Return Value

Type Description
void