ElementInit.Arguments 속성

정의

IEnumerable 컬렉션에 요소를 추가하는 메서드에 전달된 인수의 컬렉션을 가져옵니다.

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

적용 대상