Click or drag to resize
XmlReaderReadEndElement Method
Checks that the current content node is an end tag and advances the reader to the next node.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual void ReadEndElement()
Exceptions
ExceptionCondition
XmlExceptionThe current node is not an end tag or if incorrect XML is encountered in the input stream.
See Also