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