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>,这些对象表示将元素添加到集合的方法的参数。

适用于