NAnt SDK Documentation - v0.92

XmlNamespaceCollection.AddRange Method (XmlNamespace[])

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

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As XmlNamespace() _
)
[C#]
public void AddRange(
   XmlNamespace[] items
);

Parameters

items
The array of XmlNamespace elements to be added to the end of the collection.

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace | XmlNamespaceCollection.AddRange Overload List