CommandLineArgumentCollection.

Remove(CommandLineArgument) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgumentCollection

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