LINQ Next Item in List

Posted by griegs on Stack Overflow See other posts from Stack Overflow or by griegs
Published on 2010-04-21T03:59:54Z Indexed on 2010/04/21 4:03 UTC
Read the original article Hit count: 409

Filed under:

Taking a look at my question HERE, I now want to return the next recommendation object (after) the one that matches the criteria.

So say I found item 6 out of 10, I'd like the query to return item 7 instead.

Or is there a better way?

© Stack Overflow or respective owner

Related posts about LINQ