<?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>Michael Merrell . com &#187; IList</title>
	<atom:link href="http://michaelmerrell.com/tag/ilist/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelmerrell.com</link>
	<description>This website is devoted to web development and my technology opinions.</description>
	<lastBuildDate>Thu, 17 Nov 2011 13:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Implementing Custom Collections in C#.NET</title>
		<link>http://michaelmerrell.com/2009/10/custom-collections/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2009/10/custom-collections/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 12:53:45 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[Collections]]></category>
		<category><![CDATA[Generic Collections]]></category>
		<category><![CDATA[ICollection]]></category>
		<category><![CDATA[IEnumerable]]></category>
		<category><![CDATA[IList]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=155</guid>
		<description><![CDATA[There are times when having your own collection of objects can come in handy in an application. Say for instance you want to create an list object that you can add or remove items from and then do something with the collection as a whole. Sure you could pass around the Generic List object of <a href='http://michaelmerrell.com/2009/10/custom-collections/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2009/10/custom-collections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

