Share via


BlockExpression.Expressions Vlastnost

Definice

Získá výrazy v tomto bloku.

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

Kolekce jen pro čtení obsahující všechny výrazy v tomto bloku.

Platí pro