LambdaExpression.Parameters Özellik

Tanım

Lambda ifadesinin parametrelerini alır.

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)

Özellik Değeri

ReadOnlyCollection<T> Lambda ifadesinin ParameterExpression parametrelerini temsil eden nesnelerden biri.

Şunlara uygulanır