Metodo System::Xml::XmlReader::get_EOF

XmlReader::get_EOF method

Quando sovrascritto in una classe derivata, ottiene un valore che indica se il lettore è posizionato alla fine dello stream.

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

ReturnValue

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

Vedi anche