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,表示陣列的界限或初始化值。

適用於