[asp.net] use auto-generated backing fields for all properties
[mono.git] / mcs / class / System.Web / System.Web.UI / HtmlTextWriterAttribute.cs
index 1ad707c5749176b9701a7917a1b27d3b69fa10b3..e4d334fb317ff643b030c0b0dd8607c208c5f5dd 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //        Ben Maurer <bmaurer@novell.com>
 //
-// (c) 2005 Novell
+// (c) 2005-2010 Novell
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -26,8 +26,8 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-namespace System.Web.UI {
-       [Serializable]
+namespace System.Web.UI
+{
        public enum HtmlTextWriterAttribute {
                Accesskey,
                Align,
@@ -69,7 +69,6 @@ namespace System.Web.UI {
                Value,
                Width,
                Wrap,
-#if NET_2_0
                Abbr,
                AutoComplete,
                Axis,
@@ -84,6 +83,5 @@ namespace System.Web.UI {
                Shape,
                Usemap,
                VCardName
-#endif
        }
 }