Gets a value indicating whether XmlReader is positioned at the end of the stream.
[Visual Basic] Overridable Public ReadOnly Property EOF As Boolean [C#] public bool EOF {override get;} [C++] public: __property virtual bool get_EOF(); [JScript] public function get EOF() : Boolean;
true if XmlReader is positioned at the end of the stream; otherwise, false.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace