Another new refactoring in CodeRush 11.1 is the Use Named Arguments refactoring.
This refactoring simply alters a given method call, so that each argument also declares the parameter which it is intended to feed.
This can sometimes make it easier to read your code by in-lining the purpose (parameter name) alongside each argument.
