NAnt SDK Documentation - v0.85-nightly-2005-11-09

XmlNamespaceCollection.Remove Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.XmlNamespaceCollection.Remove(NAnt.Core.Types.XmlNamespace)

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace