Summary
Adds a
NAnt.VSNet.ProjectEntry
to the end of the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Entry Collection
Syntax
public int Add(ProjectEntry item)
Parameters
Name | Type | Description |
---|---|---|
item | ProjectEntry | The NAnt.VSNet.ProjectEntry to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |