DelegatingXmlReader.Read MethodDelegatingXmlReader.Read MethodDelegatingXmlReader::Read Method

Reads the next node from the stream.

Syntax

Public Overrides Function Read() As Boolean
public override bool Read()
public:
virtual bool Read() override
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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