Share via


ReadEndElement Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Checks that the current content node is an end tag and advances the reader to the next node.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

Syntax

'Declaration
Public Overridable Sub ReadEndElement
public virtual void ReadEndElement()
public:
virtual void ReadEndElement()
abstract ReadEndElement : unit -> unit 
override ReadEndElement : unit -> unit 
public function ReadEndElement()

.NET Framework Security

See Also

Reference

XmlReader Class

System.Xml Namespace