mscorlib(4.0.0.0) API with additions
XmlMappingAccess.cs
2 {
4  [Flags]
5  [global::__DynamicallyInvokable]
6  public enum XmlMappingAccess
7  {
9  [global::__DynamicallyInvokable]
10  None = 0x0,
12  [global::__DynamicallyInvokable]
13  Read = 0x1,
15  [global::__DynamicallyInvokable]
16  Write = 0x2
17  }
18 }
XmlMappingAccess
Specifies whether a mapping is read, write, or both.