XmlTextReader::EOF Property
.NET Framework (current version)
Gets a value indicating whether the reader is positioned at the end of the stream.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::Booleantrue if the reader is positioned at the end of the stream; otherwise, false.
Note |
|---|
Starting with the .NET Framework 2.0, we recommend that you create XmlReader instances by using the XmlReader::Create method to take advantage of new functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
