System.Linq.Expressions.NewArrayExpression: Property Members

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

Public Properties

[read-only]
ExpressionsSystem.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
TypeType.

Gets the static type of the expression that this System.Linq.Expressions.Expression represents.