importing messaging-2008 branch to trunk.
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlControl.cs
index 649193d553554fd3d242de49008becfd0ed6e593..f708b2ea3d47f335f249bcaa58d17d7f076a9453 100644 (file)
@@ -45,7 +45,7 @@ namespace System.Web.UI.HtmlControls{
        public abstract class HtmlControl : Control, IAttributeAccessor
        {
                internal string _tagName;
-               private AttributeCollection _attributes;
+               AttributeCollection _attributes;
 
                
 #if NET_2_0