Share via


BlockExpression.Variables Vlastnost

Definice

Získá proměnné definované v tomto bloku.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::ParameterExpression ^> ^ Variables { System::Collections::ObjectModel::ReadOnlyCollection<System::Linq::Expressions::ParameterExpression ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression> Variables { get; }
member this.Variables : System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.ParameterExpression>
Public ReadOnly Property Variables As ReadOnlyCollection(Of ParameterExpression)

Hodnota vlastnosti

Kolekce jen pro čtení obsahující všechny proměnné definované v tomto bloku.

Platí pro