[Mono-bugs] [Bug 71337][Cri] Changed - No overload for Controls array that takes 1 argument

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 00:41:37 -0500 (EST)


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 ksathyasudha@novell.com.

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

--- shadow/71337	2005-02-28 00:29:20.000000000 -0500
+++ shadow/71337.tmp.9320	2005-02-28 00:41:37.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 71337
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: Basic
 AssignedTo: ksathyasudha@novell.com                            
 ReportedBy: rogerio.araujo@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -109,6 +109,13 @@
 ------- Additional Comments From rogerio.araujo@gmail.com  2005-02-05 19:27 -------
 Any news?
 
 ------- Additional Comments From sch@knowledgelab.sdu.dk  2005-02-07 03:55 -------
 I too have a problem, due to this bug... Anyone now of the progres in
 resolving it?
+
+------- Additional Comments From ksathyasudha@novell.com  2005-02-28 00:41 -------
+mbas now recognises default properties in classes - 
+  - If a property 'p' does not take the specified args, we invoke 
+the property 'p' with no arguments and then invoke the default 
+property on the return value of 'p' with the given set of args (Fix 
+by Raja Harinath).