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