The properties of System.Linq.Expressions.NewArrayExpression are listed below. For a list of all members, see the NewArrayExpression Members list.
See Also: Inherited members from System.Linq.Expressions.Expression
[read-only] | Expressions | System.Collections.ObjectModel.ReadOnlyCollection<Expression>.
Gets the bounds of the array if the value of the Expression.NodeType property is ExpressionType.NewArrayBounds, or the values to initialize the elements of the new array if the value of the Expression.NodeType property is ExpressionType.NewArrayInit. |
[read-only] override | Type | Type.
Gets the static type of the expression that this System.Linq.Expressions.Expression represents. |