<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codemeit &#187; Array</title>
	<atom:link href="http://www.codemeit.com/tag/array/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codemeit.com</link>
	<description>programming, software &#38; problem solving</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:22:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LINQ: Combine elements in nested collection</title>
		<link>http://www.codemeit.com/linq/linq-combine-elements-in-nested-collection.html</link>
		<comments>http://www.codemeit.com/linq/linq-combine-elements-in-nested-collection.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 06:21:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Array]]></category>

		<guid isPermaLink="false">http://www.codemeit.com/linq/linq-combine-elements-in-nested-collection.html</guid>
		<description><![CDATA[Simple script to combine elements within nested list (A list&#8217;s elements are lists) static void Main&#40;string&#91;&#93; args&#41; &#123; &#160; // initialize a list object with List&#60;string&#62; elements &#160; List&#60;List&#60;string&#62;&#62; nestedList = new List&#60;List&#60;string&#62;&#62;&#40;&#41;; &#160; // add an element to the main list object &#160; nestedList.Add&#40;new List&#40;&#41; &#123; "a", "b", "c" &#125;&#41;; &#160; // add another [...]]]></description>
		<wfw:commentRss>http://www.codemeit.com/linq/linq-combine-elements-in-nested-collection.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
