Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / SubMenuStyleCollection.cs
index ed4a84bab557348cc1aeb57a0b34e7d931f50138..3e1b071c9d7cb43b1979fef7d741650bc9415b5b 100644 (file)
@@ -53,9 +53,9 @@ namespace System.Web.UI.WebControls
                        return ((IList)this).Contains (style);
                }
                
-               public void CopyTo (SubMenuStyle[] array, int index)
+               public void CopyTo (SubMenuStyle[] styleArray, int index)
                {
-                       ((IList)this).CopyTo (array, index);
+                       ((IList)this).CopyTo (styleArray, index);
                }
                
                protected override object CreateKnownType (int index)