ProjectBaseCollection.

Remove(ProjectBase) Method

Summary

Removes a member from the collection.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectBaseCollection

Syntax

public void Remove(ProjectBase item)

Parameters

Name Type Description
item ProjectBase The NAnt.VSNet.ProjectBase to remove from the collection.

Return Value

Type Description
void