System::Xml::XmlReader::get_EOF method

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

ReturnValue

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

See Also