다음을 통해 공유


InvocationExpression.Arguments 속성

정의

대리자 또는 람다 식이 적용되는 인수를 가져옵니다.

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

속성 값

대리자가 적용되는 인수를 나타내는 Expression 개체의 ReadOnlyCollection<T>입니다.

적용 대상