NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgumentCollection.Remove Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.CommandLineArgumentCollection.Remove(NAnt.Core.Util.CommandLineArgument)

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace