[asp.net] Fix for bug #685267. ClientScriptManager generates correct post-back event...
[mono.git] / mcs / class / System.Web / System.Web.UI / ValidatorCollection.cs
index 13d8ea689a15eac1b5f0fe505125454a6e742eff..6b32176ff4a094eafc53efa018b76e32711c7f6a 100644 (file)
@@ -37,7 +37,7 @@ namespace System.Web.UI {
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        public sealed class ValidatorCollection : ICollection, IEnumerable
        {
-               private ArrayList _validators;
+               ArrayList _validators;
 
                public ValidatorCollection ()
                {