Summary
Removes a member from the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Base Collection
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 |
