Les på engelsk Rediger

Del via


XmlReader.EOF Property

Definition

When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream.

public abstract bool EOF { get; }

Property Value

true if the reader is positioned at the end of the stream; otherwise, false.

Exceptions

An XmlReader method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message "An asynchronous operation is already in progress."

Applies to