[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.
NB: I've posted this to the r#.community group as the EAP group is pretty
quiet.
Hello Sean,
This is a bug in delegate members. Please, submit it to the tracker.
Best regards,
Andrey Simanovsky
Hello Andrey,
It is already created, see http://www.jetbrains.net/jira/browse/RSRP-36900
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
AS> Hello Sean,
AS>
AS> This is a bug in delegate members. Please, submit it to the tracker.
AS>
>> NB: I've posted this to the r#.community group as the EAP group is
>> pretty quiet.
>>
AS> Best regards,
AS> Andrey Simanovsky