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

ProjectBaseCollection.Remove Method (ProjectBase)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ProjectBaseCollection.Remove(NAnt.VSNet.ProjectBase)

See Also

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