Click or drag to resize
XmlReaderRead Method
When overridden in a derived class, reads the next node from the stream.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract bool Read()

Return Value

Type: Boolean
true if the next node was read successfully; false if there are no more nodes to read.
Exceptions
ExceptionCondition
XmlExceptionAn error occurred while parsing the XML.
See Also