NAnt SDK Documentation - v0.92

ArgumentCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The Argument to remove from the collection.

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace