Merge pull request #4453 from lambdageek/bug-49721
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / GridViewRowCollection.cs
index 257f9015fe6ff46a335f4d2f94e0ee7f3cebbba5..236f3144fa1ee75fbffe35272710d2ef4afe37e0 100644 (file)
@@ -42,8 +42,8 @@ namespace System.Web.UI.WebControls
                        this.rows = rows;
                }
                
-               public GridViewRow this [int i] {
-                       get { return (GridViewRow) rows [i]; }
+               public GridViewRow this [int index] {
+                       get { return (GridViewRow) rows [index]; }
                }
                
                public void CopyTo (GridViewRow[] array, int index)