System.Linq.Expressions.NewArrayExpression.Expressions Property

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.

Syntax

public System.Collections.ObjectModel.ReadOnlyCollection<Expression> Expressions { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 3.5.0.0, 4.0.0.0