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



Initializes a new instance of the XmlFastInfosetWriter 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 XmlFastInfosetWriter()
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.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also