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



Changes the ReadState 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 XmlFastInfosetReader
 
instance.Close()
C# 
public override void Close()
C++/CLI 
public:
void Close(); override 

Remarks

If CloseInput is true, the underlying stream is going to be closed as well.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in System.Xml.XmlReader