Share via


NewArrayExpression.Expressions Vlastnost

Definice

Získá hranice pole, pokud hodnota NodeType vlastnosti je NewArrayBounds, nebo hodnoty pro inicializaci prvků nové matice, pokud hodnota NodeType vlastnosti je 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)

Hodnota vlastnosti

A ReadOnlyCollection<T> objektů Expression , které představují buď hranice pole, nebo inicializační hodnoty.

Platí pro