| Visual Basic (Declaration) | |
|---|---|
Public Function New() | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As New XmlFastInfosetReader() | |
| C# | |
|---|---|
public XmlFastInfosetReader() | |
| Delphi | |
|---|---|
public XmlFastInfosetReader(); | |
| JScript | |
|---|---|
public function XmlFastInfosetReader(); | |
| Managed Extensions for C++ | |
|---|---|
public: XmlFastInfosetReader(); | |
| C++/CLI | |
|---|---|
public: XmlFastInfosetReader(); | |
This constructor creates an instance of XmlFastInfosetReader which is is not associated with any stream and is intended for reusing the same reader for reading more than one stream.
If you use this constructor you must initialize the reader by calling Init before using it.