Merge pull request #4542 from lateralusX/jlorenss/win-fix-unwind-tramp-reg-aot
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / TreeNodeBindingCollection.cs
index 887166dbfd2456e000b0b1d44cf8af2e7a9e4623..c6152b8d6906d729b59ef2739cc634df38f7fdb6 100644 (file)
@@ -53,9 +53,9 @@ namespace System.Web.UI.WebControls
                        return ((IList)this).Contains (binding);
                }
                
-               public void CopyTo (TreeNodeBinding[] array, int index)
+               public void CopyTo (TreeNodeBinding[] bindingArray, int index)
                {
-                       ((IList)this).CopyTo (array, index);
+                       ((IList)this).CopyTo (bindingArray, index);
                }
                
                protected override object CreateKnownType (int index)