NewArrayExpression.Expressions 属性

定义

如果NodeType属性值为 NewArrayBounds,则获取数组的边界;如果属性的值为 NodeType,则获取初始化新数组的元素的值NewArrayInit

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ Expressions { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::Expression ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression> Expressions { get; }
member this.Expressions : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression>
Public ReadOnly Property Expressions As ReadOnlyCollection(Of Expression)

属性值

ReadOnlyCollection<T>一个Expression对象,表示数组的边界或初始化值。

适用于