Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Xml.​ReadState
Assembly: System.Xml.ReaderWriter
Specifies the state of the reader.
Values
Initial
The <see langword="Read" /> method has not been called.
Interactive
The <see langword="Read" /> method has been called. Additional methods may be called on the reader.
Error
An error occurred that prevents the read operation from continuing.
EndOfFile
The end of the file has been reached successfully.
Closed
The <see cref="M:System.Xml.XmlReader.Close" /> method has been called.