[351] - Signature of Generic Delegated Method
I have a (winforms) control that contains another control. When I alt+ins
and then delegate a generic method from the contained control, I get the
following:
Method in the contained control:
public ReadOnlyCollection GetSelectedItems() where T : BusinessObject
{}
Signature in container control after delegating the above method:
public ReadOnlyCollection GetSelectedItems]]>()
{
return itemList.GetSelectedItems();
}
Anyone else seeing this?
Thanks
Sean
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-36900.
Best regards,
- Development Team.