NAnt SDK Documentation - v0.92

XmlNamespaceCollection.AddRange Method (XmlNamespaceCollection)

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

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

Parameters

items
The XmlNamespaceCollection to be added to the end of the collection.

See Also

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