Summary
Removes a member from the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Xml
Namespace Collection
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 |