NAnt SDK Documentation - v0.85-nightly-2005-11-09

XmlNamespaceCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the XmlNamespaceCollection class.

Overload List

Initializes a new instance of the XmlNamespaceCollection class.

public XmlNamespaceCollection();

Initializes a new instance of the XmlNamespaceCollection class with the specified array of XmlNamespace instances.

public XmlNamespaceCollection(XmlNamespace[]);

Initializes a new instance of the XmlNamespaceCollection class with the specified XmlNamespaceCollection instance.

public XmlNamespaceCollection(XmlNamespaceCollection);

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace