MethodCallExpression.Object プロパティ

定義

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

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

注釈

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

適用対象