OptionCollection.

Remove(Option) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
OptionCollection

Syntax

public void Remove(Option item)

Parameters

Name Type Description
item Option The NAnt.Core.Types.Option to remove from the collection.

Return Value

Type Description
void