NewArrayExpression.Expressions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 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。