<?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: When to use ToArray()</title>
	<atom:link href="http://www.chickenwingsw.com/scratches/programming/when-to-use-toarray/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chickenwingsw.com/scratches/programming/when-to-use-toarray</link>
	<description>Developing ideas on developing.</description>
	<lastBuildDate>Fri, 20 May 2011 10:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Jon</title>
		<link>http://www.chickenwingsw.com/scratches/programming/when-to-use-toarray/comment-page-1#comment-6824</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 22 Dec 2009 10:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chickenwingsoftware.com/scratches/programming/when-to-use-toarray#comment-6824</guid>
		<description>Hi,

Thanks for the article. I was thinking just the same thing as you and looked for some thoughts. Thnaks for taking the time to put this up. 

I am worried about performance and the .ToArray convertion is a factor, but fairly small as it happens once for many many accesses. However the thought that swings it for me is your first bullet point that being an array makes it more obvious that its not to be changed. The StringBuilding/string analogy is a strong one. Thanks for that.

Jon</description>
		<content:encoded><![CDATA[Hi,

Thanks for the article. I was thinking just the same thing as you and looked for some thoughts. Thnaks for taking the time to put this up. 

I am worried about performance and the .ToArray convertion is a factor, but fairly small as it happens once for many many accesses. However the thought that swings it for me is your first bullet point that being an array makes it more obvious that its not to be changed. The StringBuilding/string analogy is a strong one. Thanks for that.

Jon]]></content:encoded>
	</item>
</channel>
</rss>

