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

LINQ: Implementing the TakeLastWhile Operator

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
19 Oct 2010CPOL 15.1K   4  
The TakeLastWhile operator returns last contiguous elements from a sequence that satisfy the specified criteria and is implemented as the TakeLastWhile extension methods.

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