NAnt SDK Documentation - v0.92

ProjectBaseCollection.Remove Method (String)

Remove items with the specified guid from the collection.

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal guid As String _
)
[C#]
public void Remove(
   string guid
);

Parameters

guid
The guid of the project to remove from the collection.

See Also

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