Mono Class Library: System.Xml.XmlNamespaceManager Overview | Members

System.Xml.XmlNamespaceManager.PopScope Method

Pops a namespace scope off the stack. [Edit]

public virtual bool PopScope ()

Returns

A bool where true indicates a namespace scope was popped off the stack; false indicates there were no namespaces scopes to pop. [Edit]

Remarks

Operation
As described above.

This method removes all the namespaces that were added to the collection (by calling XmlNamespaceManager.AddNamespace(string, string)) since the last call to the XmlNamespaceManager.PopScope method.

Note to Inheritors
Override this method to customize the behavior of this method in types derived from the System.Xml.XmlNamespaceManager class.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0