http://bugzilla.novell.com/show_bug.cgi?id=583886
http://bugzilla.novell.com/show_bug.cgi?id=583886#c0 Summary: [Soft Debugger] Inspecting properties of generic structs doesn't work Classification: Mono Product: Mono: Debugger Version: 2.6.x Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: backend AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- For example: struct SS<T> { public int SomeProp { get { return 1; } } } .. SS<int> s = new SS<int> (); If I try to get the value of s.SomeProp I get an error: 'Incorrect number or types of arguments'. It works fine if the struct is not generic. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
