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