mscorlib(4.0.0.0) API with additions
Formatting.cs
1 namespace System.Xml
2 {
4  public enum Formatting
5  {
7  None,
10  }
11 }
Causes child elements to be indented according to the P:System.Xml.XmlTextWriter.Indentation and P:Sy...
Formatting
Specifies formatting options for the T:System.Xml.XmlTextWriter.
Definition: Formatting.cs:4