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