NAnt SDK Documentation - v0.92

DataTypeBaseBuilderCollection.Contains Method (String)

Determines whether a DataTypeBaseBuilder for the specified task is in the collection.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal taskName As String _
) As Boolean
[C#]
public bool Contains(
   string taskName
);

Parameters

taskName
The name of task for which the DataTypeBaseBuilder should be located in the collection.

Return Value

true if a DataTypeBaseBuilder for the specified task is found in the collection; otherwise, false.

See Also

DataTypeBaseBuilderCollection Class | NAnt.Core Namespace | DataTypeBaseBuilderCollection.Contains Overload List