Click here to Skip to main content
15,878,809 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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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