LambdaExpression.Body Özellik

Tanım

Lambda ifadesinin gövdesini alır.

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

Özellik Değeri

Expression

Expression Lambda ifadesinin gövdesini temsil eden bir.

Şunlara uygulanır