Noemax FastInfoset.NET
XmlFastInfosetReader Constructor()
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > XmlFastInfosetReader Constructor : XmlFastInfosetReader Constructor()






Initializes a new instance of the XmlFastInfosetReader class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New XmlFastInfosetReader()
C# 
public XmlFastInfosetReader()
Delphi 
public XmlFastInfosetReader(); 
JScript 
public function XmlFastInfosetReader();
Managed Extensions for 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.

See Also