Question

Resharper 4.5 has the ability to turn the contstuction of an object followed by the setting of properties on that object into the object initializer format.

My question is can it go the other way and remove the user of an object initializer?

Was it helpful?

Solution

I don't know about 4.5 specifically, but Resharper can currently (v7-8) do this - put your cursor on the opening brace of the object initializer, hit alt+enter, and select "to assignment statements"

This video shows you how.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top