2002-05-10 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System / System.ComponentModel / EventDescriptorCollection.cs
index afd7b9b4dc424dca85f8c6dafdb793c626e1c1d7..e122c0b24497a37d25966e9239355ef69983521c 100644 (file)
@@ -135,15 +135,18 @@ namespace System.ComponentModel
                        get { return false; }
                }
 
-//             [MonoTODO]
                bool IList.IsReadOnly {
                        get { return false; }
                }
 
-               object IList.this [int index] {
-                       get { return this [index]; }
+               object IList.this[int index] {
+                       get {
+                               return eventList[index];
+                       }
                        [MonoTODO]
-                       set { throw new NotImplementedException (); }
+                       set {
+                               throw new NotImplementedException ();
+                       }
                }
 
                // ICollection methods