Summary
Adds the elements of a
NAnt.VSNet.ProjectBaseCollection
to the end of the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Base Collection
Syntax
public void AddRange(ProjectBaseCollection items)
Parameters
Name | Type | Description |
---|---|---|
items | Project |
The NAnt.VSNet.ProjectBaseCollection to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |