Mono Class Library: System.Xml.XmlNamespaceManager Overview | MembersSystem.Xml.XmlNamespaceManager.RemoveNamespace Method |
Removes the specified namespace associated with the specified prefix from the namespace collection maintained by the current instance. [Edit]
|
Type Reason ArgumentNullException prefix is null, or uri is null. [Edit]
Operation
As described above.The namespace removed is from the current namespace scope. Namespaces outside the current scope are ignored. If prefix or uri does not exist in the collection, this method simply returns.
Note to Inheritors
Override this method to customize the behavior of this method in types derived from the System.Xml.XmlNamespaceManager class. [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0