New tests.
[mono.git] / mcs / class / System.Xml.Linq / System.Xml.Linq / SaveOptions.cs
index 25d83590b44e4bbee016f62ced018ce53e9b1a3a..f0a4d4efeef9250c54f69827ac80c70981b1cf5b 100644 (file)
@@ -32,6 +32,9 @@ namespace System.Xml.Linq
        public enum SaveOptions
        {
                None = 0,
-               DisableFormatting = 1
+               DisableFormatting = 1,
+#if NET_4_0 || MOONLIGHT
+               OmitDuplicateNamespaces = 2
+#endif
        }
 }