InvocationExpression.Expression 属性
定义
获取要应用的委托或 lambda 表达式。Gets the delegate or lambda expression to be applied.
public:
property System::Linq::Expressions::Expression ^ Expression { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Expression { get; }
member this.Expression : System.Linq.Expressions.Expression
Public ReadOnly Property Expression As Expression
属性值
表示要应用的委托的 Expression。An Expression that represents the delegate to be applied.