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



Closes the previous WriteStartAttribute call.


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

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteEndAttribute() 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
 
instance.WriteEndAttribute()
C# 
public override void WriteEndAttribute()
C++/CLI 
public:
void WriteEndAttribute(); 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