XmlNamespaceCollection.

Remove(XmlNamespace) Method

Summary

Removes a member from the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XmlNamespaceCollection

Syntax

public void Remove(XmlNamespace item)

Parameters

Name Type Description
item XmlNamespace The NAnt.Core.Types.XmlNamespace to remove from the collection.

Return Value

Type Description
void