Summary
Determines whether a
NAnt.Core.DataTypeBaseBuilder
is in the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Builder Collection
Syntax
public bool Contains(DataTypeBaseBuilder item)
Parameters
Name | Type | Description |
---|---|---|
item | DataTypeBaseBuilder | The NAnt.Core.DataTypeBaseBuilder to locate in the collection. |
Return Value
Type | Description |
---|---|
bool |
true if item is found in the
collection; otherwise, false .
|