XmlNamespaceCollection.

Add(XmlNamespace) Method

Summary

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

Syntax

public int Add(XmlNamespace item)

Parameters

Name Type Description
item XmlNamespace The NAnt.Core.Types.XmlNamespace to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.