The properties of System.Linq.Expressions.ListInitExpression are listed below. For a list of all members, see the ListInitExpression Members list.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] override | CanReduce | bool.
Gets a value that indicates whether the expression tree node can be reduced. |
[read-only] | Initializers | System.Collections.ObjectModel.ReadOnlyCollection<ElementInit>.
Gets the element initializers that are used to initialize a collection. |
[read-only] | NewExpression | NewExpression.
Gets the expression that contains a call to the constructor of a collection type. |
[read-only] override | NodeType | ExpressionType.
Returns the node type of this System.Linq.Expressions.Expression. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |