SyntaxFix
Write A Post
Hire A Developer
Questions
Aside from object initializers (usable only in constructor calls), the best you can get is:
var it = Stuff.Elements.Foo; it.Name = "Bob Dylan"; it.Age = 68; ...