Share via


IndexExpression.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)

속성 값

속성 또는 배열을 인덱싱하는 데 사용할 인수를 포함하는 읽기 전용 컬렉션입니다.

적용 대상