InvocationExpression.Expression Property

Definition

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

Property Value

An Expression that represents the delegate to be applied.

Applies to