mscorlib(4.0.0.0) API with additions
NamespaceHandling.cs
1 namespace System.Xml
2 {
4  [Flags]
5  [global::__DynamicallyInvokable]
6  public enum NamespaceHandling
7  {
9  [global::__DynamicallyInvokable]
10  Default = 0x0,
12  [global::__DynamicallyInvokable]
13  OmitDuplicates = 0x1
14  }
15 }
Specifies that duplicate namespace declarations will be removed. For the duplicate namespace to be re...
NamespaceHandling
Specifies whether to remove duplicate namespace declarations in the T:System.Xml.XmlWriter.
The default setting for this enumeration, which is currently F:System.GCCollectionMode....