Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)
| Visual Basic (Declaration) | |
|---|---|
Public Function New() | |
| Visual Basic (Usage) | |
|---|---|
| |
| 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.