https://bugzilla.novell.com/show_bug.cgi?id=325260
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=325260#c3 --- Comment #3 from Dmytro B <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
