NAnt SDK Documentation - v0.92

XmlNamespaceCollection Constructor

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