LambdaExpression.Parameters 屬性

定義

取得 Lambda 運算式的參數。

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

屬性值

ReadOnlyCollection<T> 物件的 ParameterExpression,代表 Lambda 運算式的參數。

適用於