NAnt SDK Documentation - v0.92

ProjectEntryCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The ProjectEntry to remove from the collection.

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace