RuntimeVariablesExpression.Variables 属性

定义

为其提供运行时访问权限的变量或参数。

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)

属性值

包含将为其提供运行时访问权限的参数的只读集合。

适用于