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






Initializes a new instance of the XmlFastInfosetWriter class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New XmlFastInfosetWriter()
C# 
public XmlFastInfosetWriter()
Delphi 
public XmlFastInfosetWriter(); 
JScript 
public function XmlFastInfosetWriter();
Managed Extensions for C++ 
public: XmlFastInfosetWriter();
C++/CLI 
public:
XmlFastInfosetWriter();

Remarks

This constructor creates an instance of XmlFastInfosetWriter which is is not associated to any stream and is intended for reusing the same writer for writing into more than one stream.

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

See Also