|
Refactor_NamedParameters
Refactoring which converts a method call with positional arguments, into a named-argument equivalent
Requires DXCore 10.2 since build 1744IntroductionAdds a new Refactoring which converts a method call with positional arguments, into a named-argument equivalent Usage
Your method call will change to use 'named' rather than 'positional' parameters. For full details see this blog post CreditsAuthor: Mark Miller | |


