ProjectEntryCollection.

AddRange(ProjectEntryCollection) Method

Summary

Adds the elements of a NAnt.VSNet.ProjectEntryCollection to the end of the collection.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectEntryCollection

Syntax

public void AddRange(ProjectEntryCollection items)

Parameters

Name Type Description
items ProjectEntryCollection The NAnt.VSNet.ProjectEntryCollection to be added to the end of the collection.

Return Value

Type Description
void