Click here to Skip to main content
15,894,539 members
Articles / Programming Languages / C#

A 'Between' Extension Method for LINQ in C#

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
5 Jan 2012CPOL 21.4K   9  
Here's an example of a simple LINQ extension method for getting values that fall within a certain range from an IEnumerable collection.

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
Engineer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions