Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)
| Visual Basic (Declaration) | |
|---|---|
Public Function New() | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public XmlFastInfosetWriter() | |
| C++/CLI | |
|---|---|
public: XmlFastInfosetWriter(); | |
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.