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