[Mono-bugs] [Bug 21099] Changed - Interface member lookup problem

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Apr 2002 10:28:15 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=21099

--- shadow/21099	Wed Apr  3 10:49:03 2002
+++ shadow/21099.tmp.19237	Thu Apr  4 05:28:15 2002
@@ -1,13 +1,13 @@
 Bug#: 21099
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: f_ai@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -156,6 +156,11 @@
 error there is:
 
 src/Project.cs(229) error CS0117: `System.Collections.IDictionary'
 does not contain a definition for `Keys'
 
 when quite clearly it does.
+
+------- Additional Comments From lupus@ximian.com  2002-04-04 05:28 -------
+Fixed in cvs. We were initializing some internal data structures for
+properties and events only for normal types, not for interfaces, so we
+could never find a property defined in an interface.