[Mono-bugs] [Bug 583886] New: [Soft Debugger] Inspecting properties of generic structs doesn't work
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 26 15:03:27 EST 2010
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: vargaz at gmail.com
ReportedBy: lluis at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list