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>

適用対象