TaskBuilderCollection.

Contains(TaskBuilder) Method

Summary

Determines whether a NAnt.Core.TaskBuilder is in the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
TaskBuilderCollection

Syntax

public bool Contains(TaskBuilder item)

Parameters

Name Type Description
item TaskBuilder The NAnt.Core.TaskBuilder to locate in the collection.

Return Value

Type Description
bool true if item is found in the collection; otherwise, false.