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



Initializes a new instance of the XmlFastInfosetReader class.


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

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader()
C# 
public XmlFastInfosetReader()
C++/CLI 
public:
XmlFastInfosetReader();

Remarks

This constructor creates an instance of XmlFastInfosetReader which is is not associated with any stream and is intended for reusing the same reader for reading more than one stream.

If you use this constructor you must initialize the reader by calling Init before using it.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also