次の方法で共有


MethodCallExpression.Object プロパティ

定義

インスタンス メソッド呼び出しのインスタンスを表す Expression を取得します。静的メソッド呼び出しの場合は null を取得します。

public:
 property System::Linq::Expressions::Expression ^ Object { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Object { get; }
public System.Linq.Expressions.Expression? Object { get; }
member this.Object : System.Linq.Expressions.Expression
Public ReadOnly Property Object As Expression

プロパティ値

メソッドの受信オブジェクトを表す Expression

注釈

MethodCallExpression オブジェクトのMethod プロパティがstatic (Visual Basic のShared) メソッドを表す場合、Object プロパティはnull

適用対象