LambdaExpression.Parameters プロパティ

定義

ラムダ式のパラメーターを取得します。

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

適用対象