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



Changes the WriteState to Closed.


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

Syntax

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

Remarks

If CloseOutput is set to true, the underlying stream will also be closed.

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