閱讀英文

共用方式為


ElementInit.Arguments 屬性

定義

取得傳遞至方法的引數集合,該方法會將項目加入 IEnumerable 集合中。

public System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression> Arguments { get; }

屬性值

ExpressionReadOnlyCollection<T> 物件代表將元素加入集合中的方法引數。

適用於