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입니다.

적용 대상