LambdaExpression.TailCall Property

Definition

Gets the value that indicates if the lambda expression will be compiled with the tail call optimization.

public:
 property bool TailCall { bool get(); };
public bool TailCall { get; }
member this.TailCall : bool
Public ReadOnly Property TailCall As Boolean

Property Value

true if the lambda expression will be compiled with the tail call optimization; otherwise, false.

Applies to