<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - joelsand</title>
<link>http://snipplr.com/users/joelsand</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 10:54:19 GMT</pubDate>
<item>
<title>(C#) LINQ Index of item - IndexWhere()</title>
<link>http://snipplr.com/view/53625/linq-index-of-item--indexwhere/</link>
<description><![CDATA[ <p>Find the index of an item in a collection with a simple statement.  For example:

int index = myList.IndexWhere(item => item.Something == someOtherThing);</p> ]]></description>
<pubDate>Tue, 17 May 2011 01:06:23 GMT</pubDate>
<guid>http://snipplr.com/view/53625/linq-index-of-item--indexwhere/</guid>
</item>
</channel>
</rss>