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