2002-07-22 Tim Coleman <tim@timcoleman.com>
authorTim Coleman <tim@mono-cvs.ximian.com>
Tue, 23 Jul 2002 03:47:46 +0000 (03:47 -0000)
committerTim Coleman <tim@mono-cvs.ximian.com>
Tue, 23 Jul 2002 03:47:46 +0000 (03:47 -0000)
        * NameObjectCollectionBase.cs: added iterator stubb to
                NameObjectCollectionBase.KeysCollection

svn path=/trunk/mcs/; revision=6057

mcs/class/System/System.Collections.Specialized/ChangeLog
mcs/class/System/System.Collections.Specialized/NameObjectCollectionBase.cs

index 558c6366ffa43ef8ff7a59da72b03fd281c8dbe1..5f2b73d958527314c77b9176f45ba4a40360fd32 100755 (executable)
@@ -1,3 +1,7 @@
+2002-07-22  Tim Coleman <tim@timcoleman.com>
+       * NameObjectCollectionBase.cs: added iterator stubb to 
+               NameObjectCollectionBase.KeysCollection
+
 2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * HybridDictionary.cs:
index b1dfeb76106d1cc1366de6e82863e33c0fcd0a75..09b4d952988e7bb0e72cecb1a1731fa12645c5f6 100644 (file)
@@ -134,6 +134,12 @@ namespace System.Collections.Specialized
                                        //throw new Exception("Not implemented yet");\r
                                }\r
                        }\r
+\r
+                       [MonoTODO]\r
+                       public string this [int index] {\r
+                               get { throw new NotImplementedException (); }\r
+                       }\r
+\r
                        // IEnumerable methods --------------------------------\r
                        /// <summary>\r
                        /// SDK: Returns an enumerator that can iterate through the NameObjectCollectionBase.KeysCollection.\r