Object initializers let you assign values to any accessible fields or properties of an object at creation time without having to invoke a constructor followed by lines of assignment statements.
Is it somehow possible for properties to reference each other during the creation of a dynamic object an anonymously-typed object (…
c# properties object-initializers