ProjectBaseCollection.

AddRange(ProjectBaseCollection) Method

Summary

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

Syntax

public void AddRange(ProjectBaseCollection items)

Parameters

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

Return Value

Type Description
void