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

XmlNamespaceCollection.AddRange Method

[This is preliminary documentation and subject to change.]

Adds the elements of a XmlNamespace array to the end of the collection.

Overload List

Adds the elements of a XmlNamespace array to the end of the collection.

public void AddRange(XmlNamespace[]);

Adds the elements of a XmlNamespaceCollection to the end of the collection.

public void AddRange(XmlNamespaceCollection);

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace