svn path=/trunk/mcs/; revision=53502
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / RuleSettingsCollection.cs
index 565d7ba9700db6ca76f7bc32f42db5d8972d243e..202c8f409f9f8ec7f389212ccf1a1975c70b0eb6 100644 (file)
@@ -99,8 +99,7 @@ namespace System.Web.Configuration {
 
                public RuleSettings this [int index] {
                        get { return (RuleSettings) BaseGet (index); }
-                       [MonoTODO]
-                       set { throw new NotImplementedException (); }
+                       set { if (BaseGet (index) != null) BaseRemoveAt (index); BaseAdd (index, value); }
                }
 
                protected override ConfigurationPropertyCollection Properties {