DataTypeBaseBuilderCollection.

Contains(string) Method

Summary

Determines whether a NAnt.Core.DataTypeBaseBuilder for the specified task is in the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseBuilderCollection

Syntax

public bool Contains(string taskName)

Parameters

Name Type Description
taskName string The name of task for which the NAnt.Core.DataTypeBaseBuilder should be located in the collection.

Return Value

Type Description
bool true if a NAnt.Core.DataTypeBaseBuilder for the specified task is found in the collection; otherwise, false.