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

ProjectBaseCollection.Remove Method

[This is preliminary documentation and subject to change.]

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