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



Reads the next node from the stream.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function Read() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.Read()
C# 
public override bool Read()
C++/CLI 
public:
bool Read(); override 

Return Value

true if the next node was read successfully; false if there are no more nodes to read.

Remarks

When an XmlFastInfosetReader is first created and initialized, there is no information available. You must call Read to read the first node.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in System.Xml.XmlReader