[Mono-bugs] [Bug 23733] Changed - Problem with arrays a method arguments
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Apr 2002 15:27:48 -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 gellyfish@gellyfish.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23733
--- shadow/23733 Mon Apr 22 11:02:13 2002
+++ shadow/23733.tmp.12271 Mon Apr 22 11:27:48 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gellyfish@gellyfish.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -33,6 +33,9 @@
Give rise to an error:
./dnstest.cs(14) error CS0118: Expression denotes a `property access' where
a `variable' was expected
Where the line indicated is 'Console.WriteLine("\t" + iphe.Aliase[k])'
invocation.
+
+------- Additional Comments From gellyfish@gellyfish.com 2002-04-22 11:27 -------
+More specifically this appears to be to do with indexed properties.