Summary
Remove items with the specified guid from the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Base Collection
Syntax
public void Remove(string guid)
Parameters
| Name | Type | Description |
|---|---|---|
| guid | string | The guid of the project to remove from the collection. |
Return Value
| Type | Description |
|---|---|
| void |
