NewArrayExpression.Expressions Egenskap

Definition

Hämtar matrisens gränser om värdet för NodeType egenskapen är NewArrayBounds, eller värdena för att initiera elementen i den nya matrisen om värdet för NodeType egenskapen är 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)

Egenskapsvärde

En ReadOnlyCollection<T> av Expression objekt som representerar antingen matrisens gränser eller initieringsvärdena.

Gäller för