System::Xml::XmlValidatingReader::get_EOF 方法

XmlValidatingReader::get_EOF method

返回一个值,指示读取器是否位于流的末尾。

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

ReturnValue

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

另见