Something like this:
var myObject = new MyClass() { x = \" \".Select(y => { //Do stuff.. if (2 + 2 == 5) return \"I like c
Here is what my coworker came up with:
var myObject = new { x = new Func(() => {return 2;})() };
Note that this is based Alexei's answer.