NAnt SDK Documentation - v0.92

OptionCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The Option to remove from the collection.

See Also

OptionCollection Class | NAnt.Core.Types Namespace