NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionBase.ProjectEntryCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a SolutionBase.ProjectEntry to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As ProjectEntry _
) As Integer
[C#]
public int Add(
   ProjectEntry item
);

Parameters

item
The SolutionBase.ProjectEntry to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.SolutionBase.ProjectEntryCollection.Add(NAnt.VSNet.SolutionBase.ProjectEntry)

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace