<?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"
	>
<channel>
	<title>Comments on: Generic types conversion for the old System.Collections namespace</title>
	<atom:link href="http://blog.najmanowicz.com/2007/04/14/generic-types-conversion-for-the-old-systemcollections-namespace-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.najmanowicz.com/2007/04/14/generic-types-conversion-for-the-old-systemcollections-namespace-2/</link>
	<description>Code and Effect - solving problem with just enough amount of code - by Adam Najmanowicz</description>
	<pubDate>Tue, 06 Jan 2009 06:12:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Sanjay Vasandani</title>
		<link>http://blog.najmanowicz.com/2007/04/14/generic-types-conversion-for-the-old-systemcollections-namespace-2/#comment-7953</link>
		<dc:creator>Sanjay Vasandani</dc:creator>
		<pubDate>Wed, 27 Feb 2008 22:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2007/04/14/generic-types-conversion-for-the-old-systemcollections-namespace-2/#comment-7953</guid>
		<description>Sorry if I'm commenting way too late on this issue, but this post is the closest thing I could find to what I want.  I had already come up with a method similar to yours which does the non-generic to generic conversion.

The problem I'm having is that this does not quite accomplish the same result as a cast.  Specifically, what if you want your new generic list to actually &lt;i&gt;be&lt;/i&gt; your non-generic one?  That is, you want any modification to the generic List to also modify the original?</description>
		<content:encoded><![CDATA[<p>Sorry if I&#8217;m commenting way too late on this issue, but this post is the closest thing I could find to what I want.  I had already come up with a method similar to yours which does the non-generic to generic conversion.</p>
<p>The problem I&#8217;m having is that this does not quite accomplish the same result as a cast.  Specifically, what if you want your new generic list to actually <i>be</i> your non-generic one?  That is, you want any modification to the generic List to also modify the original?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
