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