[Mono-bugs] [Bug 325260] Error compiling array properties
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 15 09:21:30 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=325260
User di at ufgo.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=325260#c3
--- Comment #3 from Dmytro B <di at ufgo.org> 2008-05-15 07:21:30 MST ---
The same with Mono C# compiler version 1.9.1.0
This happens because Chrome compiler doesn't insert DefaultMemberAttribute for
the indexer by default, and C# always do. So, Mono compiler prevents accessing
of public method get_Items, because it expect syntax like "D[index]", but as
DefaultMemberAttribute not specified this syntax is forbidden too.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list