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