get_EOF()

XmlReader::get_EOF() method

When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.

virtual bool System::Xml::XmlReader::get_EOF()=0

Return Value

true if the reader is positioned at the end of the stream; otherwise, false.

See Also