NAnt SDK Documentation - v0.92

XmlNamespaceCollection.Contains Method

Determines whether a XmlNamespace is in the collection.

Overload List

Determines whether a XmlNamespace is in the collection.

public bool Contains(XmlNamespace);

Determines whether a XmlNamespace with the specified value is in the collection.

public bool Contains(string);

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace