<?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>Fri, 27 Aug 2010 18:26:32 +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>Implementing Custom Collections in C#.NET</title>
		<link>http://michaelmerrell.com/2009/10/custom-collections/#utm_source=feed&amp;utm_medium=feed&amp;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 your given object type and create a method that does what you want and accepts the generic list, but that seemed rather disconnected to me. I had the need to create a collection of a custom class in an application I was writing and I needed the ability to call several methods against that collection. I could have created a class that was instantiated and then took in the collection <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>
