get_EOF()

XmlValidatingReader::get_EOF() method

Returns a value indicating whether the reader is positioned at the end of the stream.

bool System::Xml::XmlValidatingReader::get_EOF() override

Return Value

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

See Also