<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Add Item to Array'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 20:24:01 GMT</pubDate>
<item>
<title>ptoutant said on 6/20/08</title>
<link>http://snipplr.com/view/4648/add-item-to-array/</link>
<description><![CDATA[ <p>Array.Resize(ref ar1, ar1.Length + 1);
Array.Copy(new object[] { "Code." }, 0, ar1, ar1.Length - 1, 1);</p> ]]></description>
<pubDate>Fri, 20 Jun 2008 14:59:55 GMT</pubDate>
<guid>http://snipplr.com/view/4648/add-item-to-array/</guid>
</item>
<item>
<title>tsounth said on 1/19/08</title>
<link>http://snipplr.com/view/4648/add-item-to-array/</link>
<description><![CDATA[ <p>Very nice!</p>
 ]]></description>
<pubDate>Sat, 19 Jan 2008 00:47:33 GMT</pubDate>
<guid>http://snipplr.com/view/4648/add-item-to-array/</guid>
</item>
</channel>
</rss>