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

OptionCollection.Remove Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.OptionCollection.Remove(NAnt.Core.Types.Option)

See Also

OptionCollection Class | NAnt.Core.Types Namespace