Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteFullEndElement() Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteFullEndElement Method



Closes one element and pops the corresponding namespace scope.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteFullEndElement() 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
 
instance.WriteFullEndElement()
C# 
public override void WriteFullEndElement()
C++/CLI 
public:
void WriteFullEndElement(); override 

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter