IndexExpression.Object プロパティ

定義

インデックスを作成するオブジェクト。

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

プロパティ値

インデックスを作成するオブジェクトを表す Expression

適用対象