[runtime] Fix casting error in InternalCodePage.
[mono.git] / mcs / class / System.Web / System.Web.UI / HtmlTextWriterStyle.cs
index 5dd11945d664f2f97a93f5e9d7e93e10d94e3880..95c33db4557b9628a7cdf20eaf384d38e778a945 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //        Ben Maurer <bmaurer@novell.com>
 //
-// (c) 2005 Novell
+// (c) 2005-2010 Novell, Inc (http://novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-namespace System.Web.UI {
-#if !NET_2_0
-       [Serializable]
-#endif
+namespace System.Web.UI
+{
        public enum HtmlTextWriterStyle {
                BackgroundColor,
                BackgroundImage,
@@ -45,7 +43,6 @@ namespace System.Web.UI {
                Height,
                TextDecoration,
                Width,
-#if NET_2_0
                ListStyleImage,
                ListStyleType,
                Cursor,
@@ -75,7 +72,5 @@ namespace System.Web.UI {
                Visibility,
                WhiteSpace,
                ZIndex
-#endif
        }
-
 }