ProjectBaseCollection.

AddRange(ProjectBase[]) Method

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
ProjectBaseCollection

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