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 空のコレクションです。

適用対象