NewArrayExpression.Expressions Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
özelliğinin değeri ise dizinin sınırlarını veya özelliğin NodeTypeNewArrayBoundsNewArrayInitdeğeri ise yeni dizinin öğelerini başlatacak değerleri NodeType alır.
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)
Özellik Değeri
Expression Dizinin ReadOnlyCollection<T> sınırlarını veya başlatma değerlerini temsil eden nesnelerden biri.