ProjectBaseCollection.

Add(ProjectBase) Method

Summary

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

Syntax

public int Add(ProjectBase item)

Parameters

Name Type Description
item ProjectBase The NAnt.VSNet.ProjectBase to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.