NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeBaseBuilderCollection.Contains Method (DataTypeBaseBuilder)

[This is preliminary documentation and subject to change.]

Determines whether a DataTypeBaseBuilder is in the collection.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal item As DataTypeBaseBuilder _
) As Boolean
[C#]
public bool Contains(
   DataTypeBaseBuilder item
);

Parameters

item
The DataTypeBaseBuilder to locate in the collection.

Return Value

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

Remarks

Missing <remarks> documentation for M:NAnt.Core.DataTypeBaseBuilderCollection.Contains(NAnt.Core.DataTypeBaseBuilder)

See Also

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