Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ProfileSettingsCollection.cs
index cb506ccf31ac28b49ec1136a452ad6d793386db9..d3dffccb01d67c086430ddf0cba2b8c561987fb7 100644 (file)
@@ -94,8 +94,8 @@ namespace System.Web.Configuration {
                        BaseRemoveAt (index);
                }
 
-               public new ProfileSettings this [string name] {
-                       get { return (ProfileSettings)BaseGet (name); }
+               public new ProfileSettings this [string key] {
+                       get { return (ProfileSettings)BaseGet (key); }
                }
 
                public ProfileSettings this [int index] {