PackageCollection.

AddRange(PackageCollection) Method

Summary

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

Syntax

public void AddRange(PackageCollection items)

Parameters

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

Return Value

Type Description
void