RuntimeVariablesExpression.Variables Property

Definition

The variables or parameters to which to provide runtime access.

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)

Property Value

The read-only collection containing parameters that will be provided the runtime access.

Applies to