ListInitExpression
Represents a constructor call that has a collection initializer.
Gets the element initializers that are used to initialize a collection.
Gets the expression that contains a call to the constructor of a collection type.
public ListInitExpression Update(NewExpression newExpression, IEnumerable<ElementInit> initializers)
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.