NAnt SDK Documentation - v0.92

ProjectBaseCollection.Remove Method

Removes a member from the collection.

Overload List

Removes a member from the collection.

public void Remove(ProjectBase);

Remove items with the specified guid from the collection.

public void Remove(string);

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace