FastInfoset.NET Class Reference for .NET
Read Method (XmlFastInfosetReader)






Reads the next node from the stream.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Read() As System.Boolean
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Boolean
 
value = instance.Read()
public override System.bool Read()
public function Read(): System.Boolean; override; 
public override function Read() : System.boolean;
public: System.bool Read(); override 
public:
System.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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in Read

Send Feedback