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 是空的集合。

適用於