Skip to main content

ReadState Enum

NuGet: GHIElectronics.TinyCLR.System.Xml
Assembly: GHIElectronics.TinyCLR.System.Xml
Namespace: System.Xml

Reader lifecycle state.

public enum ReadState

Fields

NameValueDescription
Initial0The Read method has not been called yet.
Interactive1The Read method has been called and more can be read.
Error2An error occurred that prevents further reading.
EndOfFile3The end of the file has been reached.
Closed4The reader has been closed.