다음을 통해 공유


NewExpression.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 개체의 컬렉션입니다.

설명

생성자가 인수를 사용하지 않는 경우 속성은 Arguments 빈 컬렉션입니다.

적용 대상