Share via


XmlReader.Read Method

Moves through the Stream and reads the next node from the stream.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual abstract bool Read ()

Return Value

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

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace