Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Eugene Vigdorchik 
Subsystem
Refactorings - Change Signature 
Affected versions
Fixed in
Fixed in build
Next build 
Build
450
Fixed in build
700
  • Submitted by   Vladimir Reshetnikov
    2 years ago (02 Jun 2007 10:45)
  • Updated by Vladimir Reshetnikov
    2 years ago (25 Dec 2007 17:13)
  • Jira: RSRP-42071
    (history, comments)

RSRP-42071

'Change signature' preview shows only one type parameter for generic method with two type parameters

class Stuff
{
    public static void Foo<T,S>() where T : S
    {
    }
}


Preview shows:

public static void Foo<T>() where T : S


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments