<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use Lambda Expressions</title>
	<atom:link href="http://www.failboy.net/2009/07/how-to-use-lambda-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.failboy.net/2009/07/how-to-use-lambda-expressions/</link>
	<description>We reserve the right FAIL</description>
	<lastBuildDate>Wed, 26 May 2010 13:55:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: FailBoy</title>
		<link>http://www.failboy.net/2009/07/how-to-use-lambda-expressions/comment-page-1/#comment-96</link>
		<dc:creator>FailBoy</dc:creator>
		<pubDate>Tue, 28 Jul 2009 09:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.failboy.net/?p=30#comment-96</guid>
		<description>thanks for spotting that</description>
		<content:encoded><![CDATA[<p>thanks for spotting that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewJacksonZA</title>
		<link>http://www.failboy.net/2009/07/how-to-use-lambda-expressions/comment-page-1/#comment-95</link>
		<dc:creator>AndrewJacksonZA</dc:creator>
		<pubDate>Tue, 28 Jul 2009 08:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.failboy.net/?p=30#comment-95</guid>
		<description>Ah. I see what went wrong. Replace &quot;[[&quot; and &quot;]]&quot; with opening and closing angled brackets respectively:
[code]
List[[Users]] gameUsers = new List[[Users]]();
[/code]

Cheers,
AJ</description>
		<content:encoded><![CDATA[<p>Ah. I see what went wrong. Replace &#8220;[[" and "]]&#8221; with opening and closing angled brackets respectively:<br />
[code]<br />
List[[Users]] gameUsers = new List[[Users]]();<br />
[/code]</p>
<p>Cheers,<br />
AJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewJacksonZA</title>
		<link>http://www.failboy.net/2009/07/how-to-use-lambda-expressions/comment-page-1/#comment-94</link>
		<dc:creator>AndrewJacksonZA</dc:creator>
		<pubDate>Tue, 28 Jul 2009 08:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.failboy.net/?p=30#comment-94</guid>
		<description>You need to specify the type of List that you want to create. Try changing it to:
[code]
List failBoyUsers = new List();
[/code]

Cheers,
AJ</description>
		<content:encoded><![CDATA[<p>You need to specify the type of List that you want to create. Try changing it to:<br />
[code]<br />
List failBoyUsers = new List();<br />
[/code]</p>
<p>Cheers,<br />
AJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FailBoy &#187; LINQ: Distinct method</title>
		<link>http://www.failboy.net/2009/07/how-to-use-lambda-expressions/comment-page-1/#comment-87</link>
		<dc:creator>FailBoy &#187; LINQ: Distinct method</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.failboy.net/?p=30#comment-87</guid>
		<description>[...] RSS         &#171; How to use Lambda Expressions [...]</description>
		<content:encoded><![CDATA[<p>[...] RSS         &laquo; How to use Lambda Expressions [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
