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

SolutionBase.ProjectEntryCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As ProjectEntry _
)
[C#]
public void Remove(
   ProjectEntry item
);

Parameters

item
The SolutionBase.ProjectEntry to remove from the collection.

Remarks

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

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace