NAnt SDK Documentation - v0.92

ProjectBaseCollection.Remove Method (ProjectBase)

Removes a member from the collection.

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

Parameters

item
The ProjectBase to remove from the collection.

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace | ProjectBaseCollection.Remove Overload List