Reporter | Damian Hickey (damianh1265647159232) |
---|---|
Created | Feb 26, 2012 11:23:39 PM |
Updated | Feb 26, 2012 11:25:37 PM |
Priority | Normal |
Type | Unspecified |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Given a method signature:
I would like to be able to change the signature to...
...via the Change Signature refactoring dialog.
protected abstract void DoSomething<TFirst, TSecond>();
I would like to be able to change the signature to...
protected abstract void DoSomething<TSecond, TFirst>();
...via the Change Signature refactoring dialog.