TryExpression.Finally Property

Definition

Gets the Expression representing the finally block.

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

Property Value

The Expression representing the finally block.

Applies to