TaskBuilderCollection.

Remove(TaskBuilder) Method

Summary

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

Syntax

public void Remove(TaskBuilder item)

Parameters

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

Return Value

Type Description
void