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