Click here to Skip to main content
15,889,034 members
Articles / Programming Languages / C# 4.0

LINQ: Implementing the TakeLast Operator

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
20 Oct 2010CPOL1 min read 11.2K   2  
The TakeLast operator returns a specified number of contiguous elements from the end of a sequence and is implemented as the TakeLast extension method.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Paulo Morgado
Portugal Portugal

Comments and Discussions