XmlNamespaceCollection.

Contains(XmlNamespace) Method

Summary

Determines whether a NAnt.Core.Types.XmlNamespace is in the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XmlNamespaceCollection

Syntax

public bool Contains(XmlNamespace item)

Parameters

Name Type Description
item XmlNamespace The NAnt.Core.Types.XmlNamespace to locate in the collection.

Return Value

Type Description
bool true if item is found in the collection; otherwise, false.