Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-224381: QF to introduce unknown type argument

$
0
0
Reporter Drew Noakes (drewnoakes) Drew Noakes (drewnoakes)
Created Mar 6, 2011 11:01:25 PM
Updated Jan 25, 2012 7:13:07 PM
Resolved Jan 25, 2012 3:46:37 PM
Priority Normal
Type Feature
Fix versions 6.0
State Fixed
Assignee Ilya Ryzhenkov (orangy)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build 6.5.1.3403
public static class DropDownListHelper
{
    public static MvcHtmlString DropDownListForEnum(this HtmlHelper<TModel> htmlHelper){}
}


In this code TModel is unknown. It'd be nice to have QFs for:

  • Add TModel as type argument to method
  • Add TModel as type argument to containing type

Viewing all articles
Browse latest Browse all 106942

Trending Articles