InvocationExpression.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)

プロパティ値

ReadOnlyCollection<Expression>

デリゲートが適用される引数を表す Expression オブジェクトの ReadOnlyCollection<T> です。

適用対象