The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlReader.EOF Property
.NET Framework 1.1
When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.
[Visual Basic] Public MustOverride ReadOnly Property EOF As Boolean [C#] public abstract bool EOF {get;} [C++] public: __property virtual bool get_EOF() = 0; [JScript] public abstract function get EOF() : Boolean;
Property Value
true if the reader is positioned at the end of the stream; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard