DelegatingXmlReader.EOF PropertyDelegatingXmlReader.EOF PropertyDelegatingXmlReader::EOF Property

Gets a value indicating whether the reader is positioned at the end of the stream.

Syntax

Public Overrides ReadOnly Property EOF As Boolean
        Get
public override bool EOF { get; }
public:
virtual property bool EOF {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

A value indicating whether the reader is positioned at the end of the stream.