LambdaExpression.TailCall Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the value that indicates if the lambda expression will be compiled with the tail call optimization.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.BooleanTrue if the lambda expression will be compiled with the tail call optimization, otherwise false.
Show: