NAnt SDK Documentation - v0.92

TaskBuilderCollection.Remove Method 

Removes a member from the collection.

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

Parameters

item
The TaskBuilder to remove from the collection.

See Also

TaskBuilderCollection Class | NAnt.Core Namespace