mscorlib(4.0.0.0) API with additions
ConformanceLevel.cs
1 namespace System.Xml
2 {
4  [global::__DynamicallyInvokable]
5  public enum ConformanceLevel
6  {
8  [global::__DynamicallyInvokable]
9  Auto,
11  [global::__DynamicallyInvokable]
12  Fragment,
14  [global::__DynamicallyInvokable]
15  Document
16  }
17 }
The P:System.Uri.Fragment data.
ConformanceLevel
Specifies the amount of input or output checking that T:System.Xml.XmlReader and T:System....