mscorlib(4.0.0.0) API with additions
XmlSpace.cs
1 namespace System.Xml
2 {
4  [global::__DynamicallyInvokable]
5  public enum XmlSpace
6  {
8  [global::__DynamicallyInvokable]
9  None,
11  [global::__DynamicallyInvokable]
12  Default,
14  [global::__DynamicallyInvokable]
15  Preserve
16  }
17 }
The xml:space scope equals preserve.
XmlSpace
Specifies the current xml:space scope.
Definition: XmlSpace.cs:5
The default setting for this enumeration, which is currently F:System.GCCollectionMode....