mscorlib(4.0.0.0) API with additions
WriteState.cs
1 namespace System.Xml
2 {
4  [global::__DynamicallyInvokable]
5  public enum WriteState
6  {
8  [global::__DynamicallyInvokable]
9  Start,
11  [global::__DynamicallyInvokable]
12  Prolog,
14  [global::__DynamicallyInvokable]
15  Element,
17  [global::__DynamicallyInvokable]
18  Attribute,
20  [global::__DynamicallyInvokable]
21  Content,
23  [global::__DynamicallyInvokable]
24  Closed,
26  [global::__DynamicallyInvokable]
27  Error
28  }
29 }
WriteState
Specifies the state of the T:System.Xml.XmlWriter.
Definition: WriteState.cs:5
Indicates that the prolog is being written.
Represents the base class for custom attributes.
Definition: Attribute.cs:15