NAnt SDK Documentation - v0.92

CommandLineArgumentCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As CommandLineArgument _
)
[C#]
public void Remove(
   CommandLineArgument item
);

Parameters

item
The CommandLineArgument to remove from the collection.

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace