mscorlib(4.0.0.0) API with additions
ReadState.cs
1 namespace System.Xml
2 {
4  [global::__DynamicallyInvokable]
5  public enum ReadState
6  {
8  [global::__DynamicallyInvokable]
9  Initial,
11  [global::__DynamicallyInvokable]
12  Interactive,
14  [global::__DynamicallyInvokable]
15  Error,
17  [global::__DynamicallyInvokable]
18  EndOfFile,
20  [global::__DynamicallyInvokable]
21  Closed
22  }
23 }
The end of the file has been reached successfully.
ReadState
Specifies the state of the reader.
Definition: ReadState.cs:5