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