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

适用于