FastInfoset.NET Class Reference for Mono
XmlFastInfosetWriter Constructor()






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

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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback