FastInfoset.NET Class Reference for .NET
XmlFastInfosetReader Constructor()






Initializes a new instance of the XmlFastInfosetReader class.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New XmlFastInfosetReader()
public XmlFastInfosetReader()
public XmlFastInfosetReader(); 
public function XmlFastInfosetReader();
public: XmlFastInfosetReader();
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List

Send Feedback