Summary
Adds the elements of a
NAnt.DotNet.Types.Package
array to the end of the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- PackageCollection
Syntax
public void AddRange(Package[] items)
Parameters
Name | Type | Description |
---|---|---|
items | Package[] | The array of NAnt.DotNet.Types.Package elements to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |