NAnt SDK Documentation - v0.92

XmlNamespaceCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As XmlNamespace _
)
[C#]
public void Remove(
   XmlNamespace item
);

Parameters

item
The XmlNamespace to remove from the collection.

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace