<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Rubyish collections in C# 2.0</title>
	<link>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/</link>
	<description>adventures in programming</description>
	<pubDate>Tue, 06 Jan 2009 23:51:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: play slot bingo</title>
		<link>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-28564</link>
		<dc:creator>play slot bingo</dc:creator>
		<pubDate>Sat, 26 Jul 2008 17:10:25 +0000</pubDate>
		<guid>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-28564</guid>
		<description>play online slot &lt;a href="http://freeiq.com/amanda89?fullbio=1" rel="nofollow"&gt;slots slot play&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>play online slot <a href="http://freeiq.com/amanda89?fullbio=1" rel="nofollow">slots slot play</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-85</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Sat, 22 Oct 2005 14:13:52 +0000</pubDate>
		<guid>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-85</guid>
		<description>Actually, you wrote more Ruby code than you needed to print out a list... all you need is:

puts list</description>
		<content:encoded><![CDATA[<p>Actually, you wrote more Ruby code than you needed to print out a list&#8230; all you need is:</p>
<p>puts list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-79</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 17 Oct 2005 17:19:14 +0000</pubDate>
		<guid>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-79</guid>
		<description>Guess I should have done a little more research before posting. Looks like Microsoft had some of the same great ideas and built them into the .NET 2.0 collections.</description>
		<content:encoded><![CDATA[<p>Guess I should have done a little more research before posting. Looks like Microsoft had some of the same great ideas and built them into the .NET 2.0 collections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Manning</title>
		<link>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-59</link>
		<dc:creator>James Manning</dc:creator>
		<pubDate>Wed, 12 Oct 2005 02:07:41 +0000</pubDate>
		<guid>http://blog.briankohrs.com/2005/10/11/rubyish-collections-in-c-20/#comment-59</guid>
		<description>Just a couple notes, trying to help out :)

You don't need to define EachDelegate, it already exists via the Action delegate: http://msdn2.microsoft.com/en-us/library/018hxwa8

You don't need to add a Each method when you subclass List, it already has the ForEach method that takes the Action delegate: http://msdn2.microsoft.com/en-us/library/bwabdf9z(en-US,VS.80).aspx

The Action and Predicate (http://msdn2.microsoft.com/en-us/library/bfcke1bz) delegates are the ones I use the most.

Also, the System.Array class has a lot of new generic methods so you can do the same kinds of operations on regular arrays as well: http://msdn2.microsoft.com/en-us/library/e23tz9hz(en-us,VS.80).aspx</description>
		<content:encoded><![CDATA[<p>Just a couple notes, trying to help out <img src='http://blog.briankohrs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You don&#8217;t need to define EachDelegate, it already exists via the Action delegate: <a href="http://msdn2.microsoft.com/en-us/library/018hxwa8" rel="nofollow">http://msdn2.microsoft.com/en-us/library/018hxwa8</a></p>
<p>You don&#8217;t need to add a Each method when you subclass List, it already has the ForEach method that takes the Action delegate: <a href="http://msdn2.microsoft.com/en-us/library/bwabdf9z" rel="nofollow">http://msdn2.microsoft.com/en-us/library/bwabdf9z</a>(en-US,VS.80).aspx</p>
<p>The Action and Predicate (http://msdn2.microsoft.com/en-us/library/bfcke1bz) delegates are the ones I use the most.</p>
<p>Also, the System.Array class has a lot of new generic methods so you can do the same kinds of operations on regular arrays as well: <a href="http://msdn2.microsoft.com/en-us/library/e23tz9hz" rel="nofollow">http://msdn2.microsoft.com/en-us/library/e23tz9hz</a>(en-us,VS.80).aspx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
