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