Share via


IndexExpression.Object 属性

定义

要编制索引的对象。

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,表示要编制索引的对象。

适用于