TryExpression.Body Egenskap

Definition

Expression Hämtar den som representerar brödtexten i try-blocket.

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

Egenskapsvärde

Representerar Expression brödtexten i try-blocket.

Gäller för