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