New test.
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / TagPrefixCollection.cs
index f82a65e76230a6088d5d46895762217001391b5c..5f71b034ba64a96bc6153819e781486b4241379b 100644 (file)
@@ -65,7 +65,6 @@ namespace System.Web.Configuration
                        return new TagPrefixInfo ();
                }
 
-               [MonoTODO]
                protected override object GetElementKey (ConfigurationElement element)
                {
                        return ((TagPrefixInfo)element).TagPrefix;
@@ -77,7 +76,7 @@ namespace System.Web.Configuration
                }
 
                [MonoTODO ("why override this?")]
-               protected override ConfigurationElementCollectionType CollectionType {
+               public override ConfigurationElementCollectionType CollectionType {
                        get { return ConfigurationElementCollectionType.BasicMap; }
                }