<?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: The Missing .NET #2: Collection&lt;T&gt; AddRange()</title>
	<atom:link href="http://www.ageektrapped.com/blog/the-missing-net-2-collectiont-addrange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ageektrapped.com/blog/the-missing-net-2-collectiont-addrange/</link>
	<description>Trapped online since 2004</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:02:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vladimir Kelman</title>
		<link>http://www.ageektrapped.com/blog/the-missing-net-2-collectiont-addrange/comment-page-1/#comment-443</link>
		<dc:creator>Vladimir Kelman</dc:creator>
		<pubDate>Mon, 14 Jul 2008 16:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ageektrapped.com/blog/the-missing-net-2-collectiont-addrange/#comment-443</guid>
		<description>Hi! Thank you for your article. In The Visual Studio Code Analysis Team Blog they explained (http://blogs.msdn.com/fxcop/archive/2006/04/27/585476.aspx) how to ensure that we could re-use List methods in our concrete implementation of a generic Collection class, whenever it is necessary. The catch there was that a developer has to remember to call base class constructor : base(new List[Address]()) to guarantee that Collection is actually a List too.
To make developer&#039;s life easier, I proposed to make a generic Collection class with that special type of constructor and all the &quot;missing&quot; methods as well.
Please take a look at http://pro-thoughts.blogspot.com/2008/07/generic-listcollection-class-take-2.html and tell me what you think.</description>
		<content:encoded><![CDATA[<p>Hi! Thank you for your article. In The Visual Studio Code Analysis Team Blog they explained (<a href="http://blogs.msdn.com/fxcop/archive/2006/04/27/585476.aspx" rel="nofollow">http://blogs.msdn.com/fxcop/archive/2006/04/27/585476.aspx</a>) how to ensure that we could re-use List methods in our concrete implementation of a generic Collection class, whenever it is necessary. The catch there was that a developer has to remember to call base class constructor : base(new List[Address]()) to guarantee that Collection is actually a List too.<br />
To make developer&#8217;s life easier, I proposed to make a generic Collection class with that special type of constructor and all the &#8220;missing&#8221; methods as well.<br />
Please take a look at <a href="http://pro-thoughts.blogspot.com/2008/07/generic-listcollection-class-take-2.html" rel="nofollow">http://pro-thoughts.blogspot.com/2008/07/generic-listcollection-class-take-2.html</a> and tell me what you think.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
