Summary
Removes a member from the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Entry Collection
Syntax
public void Remove(ProjectEntry item)
Parameters
Name | Type | Description |
---|---|---|
item | ProjectEntry | The NAnt.VSNet.ProjectEntry to remove from the collection. |
Return Value
Type | Description |
---|---|
void |