XmlNamespaceCollection.

AddRange(XmlNamespaceCollection) Method

Summary

Adds the elements of a NAnt.Core.Types.XmlNamespaceCollection to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XmlNamespaceCollection

Syntax

public void AddRange(XmlNamespaceCollection items)

Parameters

Name Type Description
items XmlNamespaceCollection The NAnt.Core.Types.XmlNamespaceCollection to be added to the end of the collection.

Return Value

Type Description
void