Click or drag to resize
XmlWriterWriteEndElement Method
When overridden in a derived class, closes one element and pops the corresponding namespace scope.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract void WriteEndElement()
See Also