| Visual Basic (Declaration) | |
|---|---|
Public Function New() | |
| Visual Basic (Usage) | |
|---|---|
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(); | |
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.